Html Css Color HEX #8CDB9A Chinook

📋 copy color: '#8CDB9A'

red 140 ◦ green 219 ◦ blue 154

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

Shades of Chinook #8CDB9A

Tints of Chinook #8CDB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 27.29%
G = 42.69%
B = 30.02%

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

#8CDB9A (or 0x8CDB9A) is known color: Chinook. HEX triplet: 8C, DB and 9A. RGB value is (140,219,154). Sum of RGB (Red+Green+Blue) = 140+219+154=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDB9A is #732465. Grayscale: #BCBCBC. Windows color (decimal): -7545958 or 10148748. OLE color: 10148748.

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

Color convert

RGB 140 219 154 -
CMYK 0.36 0 0.30 0.14
HSL 130.63º 0.52% 0.7% -
HSV(B) 130.63º 0.36% 0.86% -
XYZ 41.98 58.57 39.66 -
YUV 187.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 140 219 154 0.36 0 0.30 0.14 130.63 0.52 0.7
Hex 8C DB 9A 24 0 1E E 83 34 46
Octal 214 333 232 44 0 36 16 203 64 106
Binary 10001100 11011011 10011010 100100 0 11110 1110 10000011 110100 1000110

Color Harmonies of #8CDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB9A

Black with #8CDB9A

Text Example


Text Example

White with #8CDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,219,154); }

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

background-color css

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

 a { background-color: rgb(140,219,154); }

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

border-color css

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

 span { border-color: rgb(140,219,154); }

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