Html Css Color HEX #8CE4A6 Chinook

📋 copy color: '#8CE4A6'

red 140 ◦ green 228 ◦ blue 166

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

Shades of Chinook #8CE4A6

Tints of Chinook #8CE4A6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

 BLUE value IS 166 (65.23% from 255) = 31.09%

R = 26.22%
G = 42.7%
B = 31.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#8CE4A6 (or 0x8CE4A6) is known color: Chinook. HEX triplet: 8C, E4 and A6. RGB value is (140,228,166). Sum of RGB (Red+Green+Blue) = 140+228+166=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE4A6 is #731B59. Grayscale: #C2C2C2. Windows color (decimal): -7543642 or 10937484. OLE color: 10937484.

HSL color Cylindrical-coordinate representation of color #8CE4A6: hue angle of 137.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4A6 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 228 166 -
CMYK 0.39 0 0.27 0.11
HSL 137.73º 0.62% 0.72% -
HSV(B) 137.73º 0.39% 0.89% -
XYZ 45.44 63.82 46 -
YUV 194.62 111.85 89.04 -
System Red Green Blue C M Y K H S L
Decimal 140 228 166 0.39 0 0.27 0.11 137.73 0.62 0.72
Hex 8C E4 A6 27 0 1B B 8A 3E 48
Octal 214 344 246 47 0 33 13 212 76 110
Binary 10001100 11100100 10100110 100111 0 11011 1011 10001010 111110 1001000

Color Harmonies of #8CE4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE4A6

Black with #8CE4A6

Text Example


Text Example

White with #8CE4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,228,166); }

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

background-color css

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

 a { background-color: rgb(140,228,166); }

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

border-color css

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

 span { border-color: rgb(140,228,166); }

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