Html Css Color HEX #8AD99D Chinook

📋 copy color: '#8AD99D'

red 138 ◦ green 217 ◦ blue 157

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

Shades of Chinook #8AD99D

Tints of Chinook #8AD99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.38%

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 26.95%
G = 42.38%
B = 30.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#8AD99D (or 0x8AD99D) is known color: Chinook. HEX triplet: 8A, D9 and 9D. RGB value is (138,217,157). Sum of RGB (Red+Green+Blue) = 138+217+157=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD99D is #752662. Grayscale: #BABABA. Windows color (decimal): -7677539 or 10344842. OLE color: 10344842.

HSL color Cylindrical-coordinate representation of color #8AD99D: hue angle of 134.43º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD99D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 157 -
CMYK 0.36 0 0.28 0.15
HSL 134.43º 0.51% 0.7% -
HSV(B) 134.43º 0.36% 0.85% -
XYZ 41.38 57.46 40.81 -
YUV 186.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 138 217 157 0.36 0 0.28 0.15 134.43 0.51 0.7
Hex 8A D9 9D 24 0 1C F 86 33 46
Octal 212 331 235 44 0 34 17 206 63 106
Binary 10001010 11011001 10011101 100100 0 11100 1111 10000110 110011 1000110

Color Harmonies of #8AD99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD99D

Black with #8AD99D

Text Example


Text Example

White with #8AD99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,157); }

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

background-color css

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

 a { background-color: rgb(138,217,157); }

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

border-color css

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

 span { border-color: rgb(138,217,157); }

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