Html Css Color HEX #8ADE9D Chinook

📋 copy color: '#8ADE9D'

red 138 ◦ green 222 ◦ blue 157

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

Shades of Chinook #8ADE9D

Tints of Chinook #8ADE9D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

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

R = 26.69%
G = 42.94%
B = 30.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#8ADE9D (or 0x8ADE9D) is known color: Chinook. HEX triplet: 8A, DE and 9D. RGB value is (138,222,157). Sum of RGB (Red+Green+Blue) = 138+222+157=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE9D is #752162. Grayscale: #BDBDBD. Windows color (decimal): -7676259 or 10346122. OLE color: 10346122.

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

Color convert

RGB 138 222 157 -
CMYK 0.38 0 0.29 0.13
HSL 133.57º 0.56% 0.71% -
HSV(B) 133.57º 0.38% 0.87% -
XYZ 42.69 60.08 41.25 -
YUV 189.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 138 222 157 0.38 0 0.29 0.13 133.57 0.56 0.71
Hex 8A DE 9D 26 0 1D D 86 38 47
Octal 212 336 235 46 0 35 15 206 70 107
Binary 10001010 11011110 10011101 100110 0 11101 1101 10000110 111000 1000111

Color Harmonies of #8ADE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE9D

Black with #8ADE9D

Text Example


Text Example

White with #8ADE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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