Html Css Color HEX #8ADF9D Chinook

📋 copy color: '#8ADF9D'

red 138 ◦ green 223 ◦ blue 157

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

Shades of Chinook #8ADF9D

Tints of Chinook #8ADF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

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

R = 26.64%
G = 43.05%
B = 30.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#8ADF9D (or 0x8ADF9D) is known color: Chinook. HEX triplet: 8A, DF and 9D. RGB value is (138,223,157). Sum of RGB (Red+Green+Blue) = 138+223+157=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADF9D is #752062. Grayscale: #BEBEBE. Windows color (decimal): -7676003 or 10346378. OLE color: 10346378.

HSL color Cylindrical-coordinate representation of color #8ADF9D: hue angle of 133.41º degrees, saturation: 0.57, 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 #8ADF9D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 223 157 -
CMYK 0.38 0 0.30 0.13
HSL 133.41º 0.57% 0.71% -
HSV(B) 133.41º 0.38% 0.87% -
XYZ 42.95 60.61 41.33 -
YUV 190.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 138 223 157 0.38 0 0.30 0.13 133.41 0.57 0.71
Hex 8A DF 9D 26 0 1E D 85 39 47
Octal 212 337 235 46 0 36 15 205 71 107
Binary 10001010 11011111 10011101 100110 0 11110 1101 10000101 111001 1000111

Color Harmonies of #8ADF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADF9D

Black with #8ADF9D

Text Example


Text Example

White with #8ADF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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