Html Css Color HEX #8CD09B Chinook

📋 copy color: '#8CD09B'

red 140 ◦ green 208 ◦ blue 155

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

Shades of Chinook #8CD09B

Tints of Chinook #8CD09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 27.83%
G = 41.35%
B = 30.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#8CD09B (or 0x8CD09B) is known color: Chinook. HEX triplet: 8C, D0 and 9B. RGB value is (140,208,155). Sum of RGB (Red+Green+Blue) = 140+208+155=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD09B is #732F64. Grayscale: #B5B5B5. Windows color (decimal): -7548773 or 10211468. OLE color: 10211468.

HSL color Cylindrical-coordinate representation of color #8CD09B: hue angle of 133.24º 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 #8CD09B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 155 -
CMYK 0.33 0 0.25 0.18
HSL 133.24º 0.42% 0.68% -
HSV(B) 133.24º 0.33% 0.82% -
XYZ 39.29 53.05 39.18 -
YUV 181.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 140 208 155 0.33 0 0.25 0.18 133.24 0.42 0.68
Hex 8C D0 9B 21 0 19 12 85 2A 44
Octal 214 320 233 41 0 31 22 205 52 104
Binary 10001100 11010000 10011011 100001 0 11001 10010 10000101 101010 1000100

Color Harmonies of #8CD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD09B

Black with #8CD09B

Text Example


Text Example

White with #8CD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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