Html Css Color HEX #8ED29A Chinook

📋 copy color: '#8ED29A'

red 142 ◦ green 210 ◦ blue 154

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

Shades of Chinook #8ED29A

Tints of Chinook #8ED29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.5%

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

R = 28.06%
G = 41.5%
B = 30.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#8ED29A (or 0x8ED29A) is known color: Chinook. HEX triplet: 8E, D2 and 9A. RGB value is (142,210,154). Sum of RGB (Red+Green+Blue) = 142+210+154=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED29A is #712D65. Grayscale: #B7B7B7. Windows color (decimal): -7417190 or 10146446. OLE color: 10146446.

HSL color Cylindrical-coordinate representation of color #8ED29A: hue angle of 130.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED29A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 154 -
CMYK 0.32 0 0.27 0.18
HSL 130.59º 0.43% 0.69% -
HSV(B) 130.59º 0.32% 0.82% -
XYZ 40.03 54.18 38.92 -
YUV 183.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 142 210 154 0.32 0 0.27 0.18 130.59 0.43 0.69
Hex 8E D2 9A 20 0 1B 12 83 2B 45
Octal 216 322 232 40 0 33 22 203 53 105
Binary 10001110 11010010 10011010 100000 0 11011 10010 10000011 101011 1000101

Color Harmonies of #8ED29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED29A

Black with #8ED29A

Text Example


Text Example

White with #8ED29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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