Html Css Color HEX #8AD3A0 Chinook

📋 copy color: '#8AD3A0'

red 138 ◦ green 211 ◦ blue 160

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

Shades of Chinook #8AD3A0

Tints of Chinook #8AD3A0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.45%

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 27.11%
G = 41.45%
B = 31.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#8AD3A0 (or 0x8AD3A0) is known color: Chinook. HEX triplet: 8A, D3 and A0. RGB value is (138,211,160). Sum of RGB (Red+Green+Blue) = 138+211+160=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD3A0 is #752C5F. Grayscale: #B7B7B7. Windows color (decimal): -7679072 or 10539914. OLE color: 10539914.

HSL color Cylindrical-coordinate representation of color #8AD3A0: hue angle of 138.08º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3A0 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 211 160 -
CMYK 0.35 0 0.24 0.17
HSL 138.08º 0.45% 0.68% -
HSV(B) 138.08º 0.35% 0.83% -
XYZ 40.12 54.53 41.67 -
YUV 183.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 138 211 160 0.35 0 0.24 0.17 138.08 0.45 0.68
Hex 8A D3 A0 23 0 18 11 8A 2D 44
Octal 212 323 240 43 0 30 21 212 55 104
Binary 10001010 11010011 10100000 100011 0 11000 10001 10001010 101101 1000100

Color Harmonies of #8AD3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD3A0

Black with #8AD3A0

Text Example


Text Example

White with #8AD3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,211,160); }

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

background-color css

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

 a { background-color: rgb(138,211,160); }

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

border-color css

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

 span { border-color: rgb(138,211,160); }

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