Html Css Color HEX #8ADD9F Chinook

📋 copy color: '#8ADD9F'

red 138 ◦ green 221 ◦ blue 159

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

Shades of Chinook #8ADD9F

Tints of Chinook #8ADD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 26.64%
G = 42.66%
B = 30.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#8ADD9F (or 0x8ADD9F) is known color: Chinook. HEX triplet: 8A, DD and 9F. RGB value is (138,221,159). Sum of RGB (Red+Green+Blue) = 138+221+159=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD9F is #752260. Grayscale: #BDBDBD. Windows color (decimal): -7676513 or 10476938. OLE color: 10476938.

HSL color Cylindrical-coordinate representation of color #8ADD9F: hue angle of 135.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADD9F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 159 -
CMYK 0.38 0 0.28 0.13
HSL 135.18º 0.55% 0.7% -
HSV(B) 135.18º 0.38% 0.87% -
XYZ 42.6 59.62 42.06 -
YUV 189.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 138 221 159 0.38 0 0.28 0.13 135.18 0.55 0.7
Hex 8A DD 9F 26 0 1C D 87 37 46
Octal 212 335 237 46 0 34 15 207 67 106
Binary 10001010 11011101 10011111 100110 0 11100 1101 10000111 110111 1000110

Color Harmonies of #8ADD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD9F

Black with #8ADD9F

Text Example


Text Example

White with #8ADD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,159); }

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

background-color css

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

 a { background-color: rgb(138,221,159); }

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

border-color css

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

 span { border-color: rgb(138,221,159); }

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