Html Css Color HEX #8CD29F Chinook

📋 copy color: '#8CD29F'

red 140 ◦ green 210 ◦ blue 159

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

Shades of Chinook #8CD29F

Tints of Chinook #8CD29F

RGB

 RED value IS 140 (55.08% from 255) = 27.5%

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

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 27.5%
G = 41.26%
B = 31.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#8CD29F (or 0x8CD29F) is known color: Chinook. HEX triplet: 8C, D2 and 9F. RGB value is (140,210,159). Sum of RGB (Red+Green+Blue) = 140+210+159=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD29F is #732D60. Grayscale: #B7B7B7. Windows color (decimal): -7548257 or 10474124. OLE color: 10474124.

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

Color convert

RGB 140 210 159 -
CMYK 0.33 0 0.24 0.18
HSL 136.29º 0.44% 0.69% -
HSV(B) 136.29º 0.33% 0.82% -
XYZ 40.12 54.17 41.14 -
YUV 183.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 140 210 159 0.33 0 0.24 0.18 136.29 0.44 0.69
Hex 8C D2 9F 21 0 18 12 88 2C 45
Octal 214 322 237 41 0 30 22 210 54 105
Binary 10001100 11010010 10011111 100001 0 11000 10010 10001000 101100 1000101

Color Harmonies of #8CD29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD29F

Black with #8CD29F

Text Example


Text Example

White with #8CD29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,210,159); }

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

background-color css

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

 a { background-color: rgb(140,210,159); }

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

border-color css

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

 span { border-color: rgb(140,210,159); }

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