Html Css Color HEX #80DC9A Chinook

📋 copy color: '#80DC9A'

red 128 ◦ green 220 ◦ blue 154

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

Shades of Chinook #80DC9A

Tints of Chinook #80DC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

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

R = 25.5%
G = 43.82%
B = 30.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#80DC9A (or 0x80DC9A) is known color: Chinook. HEX triplet: 80, DC and 9A. RGB value is (128,220,154). Sum of RGB (Red+Green+Blue) = 128+220+154=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC9A is #7F2365. Grayscale: #B9B9B9. Windows color (decimal): -8332134 or 10148992. OLE color: 10148992.

HSL color Cylindrical-coordinate representation of color #80DC9A: hue angle of 136.96º degrees, saturation: 0.57, 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 #80DC9A is Cyan = 0.42, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 154 -
CMYK 0.42 0 0.3 0.14
HSL 136.96º 0.57% 0.68% -
HSV(B) 136.96º 0.42% 0.86% -
XYZ 40.33 58.11 39.66 -
YUV 184.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 128 220 154 0.42 0 0.3 0.14 136.96 0.57 0.68
Hex 80 DC 9A 2A 0 1E E 89 39 44
Octal 200 334 232 52 0 36 16 211 71 104
Binary 10000000 11011100 10011010 101010 0 11110 1110 10001001 111001 1000100

Color Harmonies of #80DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC9A

Black with #80DC9A

Text Example


Text Example

White with #80DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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