Html Css Color HEX #8AD19D Chinook

📋 copy color: '#8AD19D'

red 138 ◦ green 209 ◦ blue 157

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

Shades of Chinook #8AD19D

Tints of Chinook #8AD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.47%

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

R = 27.38%
G = 41.47%
B = 31.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#8AD19D (or 0x8AD19D) is known color: Chinook. HEX triplet: 8A, D1 and 9D. RGB value is (138,209,157). Sum of RGB (Red+Green+Blue) = 138+209+157=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD19D is #752E62. Grayscale: #B5B5B5. Windows color (decimal): -7679587 or 10342794. OLE color: 10342794.

HSL color Cylindrical-coordinate representation of color #8AD19D: hue angle of 136.06º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD19D is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 157 -
CMYK 0.34 0 0.25 0.18
HSL 136.06º 0.44% 0.68% -
HSV(B) 136.06º 0.34% 0.82% -
XYZ 39.37 53.44 40.14 -
YUV 181.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 138 209 157 0.34 0 0.25 0.18 136.06 0.44 0.68
Hex 8A D1 9D 22 0 19 12 88 2C 44
Octal 212 321 235 42 0 31 22 210 54 104
Binary 10001010 11010001 10011101 100010 0 11001 10010 10001000 101100 1000100

Color Harmonies of #8AD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD19D

Black with #8AD19D

Text Example


Text Example

White with #8AD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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