Html Css Color HEX #AABF9E Spring Rain

📋 copy color: '#AABF9E'

red 170 ◦ green 191 ◦ blue 158

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

Shades of Spring Rain #AABF9E

Tints of Spring Rain #AABF9E

RGB

 RED value IS 170 (66.8% from 255) = 32.76%

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 158 (62.11% from 255) = 30.44%

R = 32.76%
G = 36.8%
B = 30.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#AABF9E (or 0xAABF9E) is known color: Spring Rain. HEX triplet: AA, BF and 9E. RGB value is (170,191,158). Sum of RGB (Red+Green+Blue) = 170+191+158=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF9E is #554061. Grayscale: #B5B5B5. Windows color (decimal): -5587042 or 10403754. OLE color: 10403754.

HSL color Cylindrical-coordinate representation of color #AABF9E: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABF9E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 158 -
CMYK 0.11 0 0.17 0.25
HSL 98.18º 0.2% 0.68% -
HSV(B) 98.18º 0.17% 0.75% -
XYZ 41.38 48.28 39.49 -
YUV 180.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 170 191 158 0.11 0 0.17 0.25 98.18 0.2 0.68
Hex AA BF 9E B 0 11 19 62 14 44
Octal 252 277 236 13 0 21 31 142 24 104
Binary 10101010 10111111 10011110 1011 0 10001 11001 1100010 10100 1000100

Color Harmonies of #AABF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF9E

Black with #AABF9E

Text Example


Text Example

White with #AABF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF9E; }

 p { color: rgb(170,191,158); }

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

background-color css

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

 a { background-color: rgb(170,191,158); }

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

border-color css

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

 span { border-color: rgb(170,191,158); }

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