Html Css Color HEX #8AD69E Chinook

📋 copy color: '#8AD69E'

red 138 ◦ green 214 ◦ blue 158

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

Shades of Chinook #8AD69E

Tints of Chinook #8AD69E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 27.06%
G = 41.96%
B = 30.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#8AD69E (or 0x8AD69E) is known color: Chinook. HEX triplet: 8A, D6 and 9E. RGB value is (138,214,158). Sum of RGB (Red+Green+Blue) = 138+214+158=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD69E is #752961. Grayscale: #B9B9B9. Windows color (decimal): -7678306 or 10409610. OLE color: 10409610.

HSL color Cylindrical-coordinate representation of color #8AD69E: hue angle of 135.79º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD69E is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 158 -
CMYK 0.36 0 0.26 0.16
HSL 135.79º 0.48% 0.69% -
HSV(B) 135.79º 0.36% 0.84% -
XYZ 40.7 55.97 41.01 -
YUV 184.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 138 214 158 0.36 0 0.26 0.16 135.79 0.48 0.69
Hex 8A D6 9E 24 0 1A 10 88 30 45
Octal 212 326 236 44 0 32 20 210 60 105
Binary 10001010 11010110 10011110 100100 0 11010 10000 10001000 110000 1000101

Color Harmonies of #8AD69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD69E

Black with #8AD69E

Text Example


Text Example

White with #8AD69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,158); }

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

background-color css

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

 a { background-color: rgb(138,214,158); }

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

border-color css

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

 span { border-color: rgb(138,214,158); }

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