Html Css Color HEX #8CDC99 Chinook

📋 copy color: '#8CDC99'

red 140 ◦ green 220 ◦ blue 153

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

Shades of Chinook #8CDC99

Tints of Chinook #8CDC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 27.29%
G = 42.88%
B = 29.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#8CDC99 (or 0x8CDC99) is known color: Chinook. HEX triplet: 8C, DC and 99. RGB value is (140,220,153). Sum of RGB (Red+Green+Blue) = 140+220+153=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC99 is #732366. Grayscale: #BCBCBC. Windows color (decimal): -7545703 or 10083468. OLE color: 10083468.

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

Color convert

RGB 140 220 153 -
CMYK 0.36 0 0.30 0.14
HSL 129.75º 0.53% 0.71% -
HSV(B) 129.75º 0.36% 0.86% -
XYZ 42.16 59.06 39.32 -
YUV 188.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 140 220 153 0.36 0 0.30 0.14 129.75 0.53 0.71
Hex 8C DC 99 24 0 1E E 82 35 47
Octal 214 334 231 44 0 36 16 202 65 107
Binary 10001100 11011100 10011001 100100 0 11110 1110 10000010 110101 1000111

Color Harmonies of #8CDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC99

Black with #8CDC99

Text Example


Text Example

White with #8CDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,153); }

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

background-color css

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

 a { background-color: rgb(140,220,153); }

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

border-color css

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

 span { border-color: rgb(140,220,153); }

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