Html Css Color HEX #8AD599 Chinook

📋 copy color: '#8AD599'

red 138 ◦ green 213 ◦ blue 153

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

Shades of Chinook #8AD599

Tints of Chinook #8AD599

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 27.38%
G = 42.26%
B = 30.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#8AD599 (or 0x8AD599) is known color: Chinook. HEX triplet: 8A, D5 and 99. RGB value is (138,213,153). Sum of RGB (Red+Green+Blue) = 138+213+153=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD599 is #752A66. Grayscale: #B7B7B7. Windows color (decimal): -7678567 or 10081674. OLE color: 10081674.

HSL color Cylindrical-coordinate representation of color #8AD599: hue angle of 132º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD599 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 153 -
CMYK 0.35 0 0.28 0.16
HSL 132º 0.47% 0.69% -
HSV(B) 132º 0.35% 0.84% -
XYZ 40.03 55.29 38.7 -
YUV 183.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 138 213 153 0.35 0 0.28 0.16 132 0.47 0.69
Hex 8A D5 99 23 0 1C 10 84 2F 45
Octal 212 325 231 43 0 34 20 204 57 105
Binary 10001010 11010101 10011001 100011 0 11100 10000 10000100 101111 1000101

Color Harmonies of #8AD599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD599

Black with #8AD599

Text Example


Text Example

White with #8AD599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,153); }

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

background-color css

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

 a { background-color: rgb(138,213,153); }

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

border-color css

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

 span { border-color: rgb(138,213,153); }

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