Html Css Color HEX #8EDB9A Chinook

📋 copy color: '#8EDB9A'

red 142 ◦ green 219 ◦ blue 154

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

Shades of Chinook #8EDB9A

Tints of Chinook #8EDB9A

RGB

 RED value IS 142 (55.86% from 255) = 27.57%

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

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

R = 27.57%
G = 42.52%
B = 29.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#8EDB9A (or 0x8EDB9A) is known color: Chinook. HEX triplet: 8E, DB and 9A. RGB value is (142,219,154). Sum of RGB (Red+Green+Blue) = 142+219+154=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB9A is #712465. Grayscale: #BCBCBC. Windows color (decimal): -7414886 or 10148750. OLE color: 10148750.

HSL color Cylindrical-coordinate representation of color #8EDB9A: hue angle of 129.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDB9A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 154 -
CMYK 0.35 0 0.30 0.14
HSL 129.35º 0.52% 0.71% -
HSV(B) 129.35º 0.35% 0.86% -
XYZ 42.32 58.75 39.68 -
YUV 188.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 142 219 154 0.35 0 0.30 0.14 129.35 0.52 0.71
Hex 8E DB 9A 23 0 1E E 81 34 47
Octal 216 333 232 43 0 36 16 201 64 107
Binary 10001110 11011011 10011010 100011 0 11110 1110 10000001 110100 1000111

Color Harmonies of #8EDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB9A

Black with #8EDB9A

Text Example


Text Example

White with #8EDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EDB9A; }

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

 H1.HeaderClassName
 {
   color: #8EDB9A;
 }
 .AnyTagClassName
 {
   color: #8EDB9A;
 }
</style>

background-color css

<style>
 a { background-color: #8EDB9A; }

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

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

border-color css

<style>
 span { border-color: #8EDB9A; }

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

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