Html Css Color HEX #8CD099 Chinook

📋 copy color: '#8CD099'

red 140 ◦ green 208 ◦ blue 153

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

Shades of Chinook #8CD099

Tints of Chinook #8CD099

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

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

R = 27.94%
G = 41.52%
B = 30.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#8CD099 (or 0x8CD099) is known color: Chinook. HEX triplet: 8C, D0 and 99. RGB value is (140,208,153). Sum of RGB (Red+Green+Blue) = 140+208+153=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD099 is #732F66. Grayscale: #B5B5B5. Windows color (decimal): -7548775 or 10080396. OLE color: 10080396.

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

Color convert

RGB 140 208 153 -
CMYK 0.33 0 0.26 0.18
HSL 131.47º 0.42% 0.68% -
HSV(B) 131.47º 0.33% 0.82% -
XYZ 39.12 52.99 38.3 -
YUV 181.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 140 208 153 0.33 0 0.26 0.18 131.47 0.42 0.68
Hex 8C D0 99 21 0 1A 12 83 2A 44
Octal 214 320 231 41 0 32 22 203 52 104
Binary 10001100 11010000 10011001 100001 0 11010 10010 10000011 101010 1000100

Color Harmonies of #8CD099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD099

Black with #8CD099

Text Example


Text Example

White with #8CD099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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