Html Css Color HEX #8AE09C Chinook

📋 copy color: '#8AE09C'

red 138 ◦ green 224 ◦ blue 156

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

Shades of Chinook #8AE09C

Tints of Chinook #8AE09C

RGB

 RED value IS 138 (54.3% from 255) = 26.64%

 GREEN value IS 224 (87.89% from 255) = 43.24%

 BLUE value IS 156 (61.33% from 255) = 30.12%

R = 26.64%
G = 43.24%
B = 30.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#8AE09C (or 0x8AE09C) is known color: Chinook. HEX triplet: 8A, E0 and 9C. RGB value is (138,224,156). Sum of RGB (Red+Green+Blue) = 138+224+156=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE09C is #751F63. Grayscale: #BEBEBE. Windows color (decimal): -7675748 or 10281098. OLE color: 10281098.

HSL color Cylindrical-coordinate representation of color #8AE09C: hue angle of 132.56º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AE09C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 224 156 -
CMYK 0.38 0 0.30 0.12
HSL 132.56º 0.58% 0.71% -
HSV(B) 132.56º 0.38% 0.88% -
XYZ 43.14 61.11 40.98 -
YUV 190.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 138 224 156 0.38 0 0.30 0.12 132.56 0.58 0.71
Hex 8A E0 9C 26 0 1E C 85 3A 47
Octal 212 340 234 46 0 36 14 205 72 107
Binary 10001010 11100000 10011100 100110 0 11110 1100 10000101 111010 1000111

Color Harmonies of #8AE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE09C

Black with #8AE09C

Text Example


Text Example

White with #8AE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,224,156); }

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

background-color css

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

 a { background-color: rgb(138,224,156); }

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

border-color css

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

 span { border-color: rgb(138,224,156); }

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