Html Css Color HEX #80DB9A Chinook

📋 copy color: '#80DB9A'

red 128 ◦ green 219 ◦ blue 154

#80DB9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #80DB9A

Tints of Chinook #80DB9A

RGB

 RED value IS 128 (50.39% from 255) = 25.55%

 GREEN value IS 219 (85.94% from 255) = 43.71%

 BLUE value IS 154 (60.55% from 255) = 30.74%

R = 25.55%
G = 43.71%
B = 30.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80DB9A (or 0x80DB9A) is known color: Chinook. HEX triplet: 80, DB and 9A. RGB value is (128,219,154). Sum of RGB (Red+Green+Blue) = 128+219+154=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB9A is #7F2465. Grayscale: #B8B8B8. Windows color (decimal): -8332390 or 10148736. OLE color: 10148736.

HSL color Cylindrical-coordinate representation of color #80DB9A: hue angle of 137.14º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DB9A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 219 154 -
CMYK 0.42 0 0.30 0.14
HSL 137.14º 0.56% 0.68% -
HSV(B) 137.14º 0.42% 0.86% -
XYZ 40.07 57.59 39.58 -
YUV 184.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 128 219 154 0.42 0 0.30 0.14 137.14 0.56 0.68
Hex 80 DB 9A 2A 0 1E E 89 38 44
Octal 200 333 232 52 0 36 16 211 70 104
Binary 10000000 11011011 10011010 101010 0 11110 1110 10001001 111000 1000100

Color Harmonies of #80DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DB9A

Black with #80DB9A

Text Example


Text Example

White with #80DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80DB9A; }

 p { color: rgb(128,219,154); }

 H1.HeaderClassName
 {
   color: #80DB9A;
 }
 .AnyTagClassName
 {
   color: #80DB9A;
 }
</style>

background-color css

<style>
 a { background-color: #80DB9A; }

 a { background-color: rgb(128,219,154); }

 div.DivClassName
 {
   background-color: #80DB9A;
 }
 .BgClassName
 {
   background-color: #80DB9A;
 }
</style>

border-color css

<style>
 span { border-color: #80DB9A; }

 span { border-color: rgb(128,219,154); }

 td.TdClassName
 {
   border-color: #80DB9A;
 }
 .TagClassName
 {
   border-color: #80DB9A;
 }
</style>