Html Css Color HEX #ABAEA0 Green Spring

📋 copy color: '#ABAEA0'

red 171 ◦ green 174 ◦ blue 160

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

Shades of Green Spring #ABAEA0

Tints of Green Spring #ABAEA0

RGB

 RED value IS 171 (67.19% from 255) = 33.86%

 GREEN value IS 174 (68.36% from 255) = 34.46%

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 33.86%
G = 34.46%
B = 31.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ABAEA0 (or 0xABAEA0) is known color: Green Spring. HEX triplet: AB, AE and A0. RGB value is (171,174,160). Sum of RGB (Red+Green+Blue) = 171+174+160=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEA0 is #54515F. Grayscale: #ABABAB. Windows color (decimal): -5525856 or 10530475. OLE color: 10530475.

HSL color Cylindrical-coordinate representation of color #ABAEA0: hue angle of 72.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAEA0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 160 -
CMYK 0.02 0 0.08 0.32
HSL 72.86º 0.08% 0.65% -
HSV(B) 72.86º 0.08% 0.68% -
XYZ 38.28 41.47 39.24 -
YUV 171.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 171 174 160 0.02 0 0.08 0.32 72.86 0.08 0.65
Hex AB AE A0 2 0 8 20 49 8 41
Octal 253 256 240 2 0 10 40 111 10 101
Binary 10101011 10101110 10100000 10 0 1000 100000 1001001 1000 1000001

Color Harmonies of #ABAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEA0

Black with #ABAEA0

Text Example


Text Example

White with #ABAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEA0; }

 p { color: rgb(171,174,160); }

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

background-color css

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

 a { background-color: rgb(171,174,160); }

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

border-color css

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

 span { border-color: rgb(171,174,160); }

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