Html Css Color HEX #ABAE9E Green Spring

📋 copy color: '#ABAE9E'

red 171 ◦ green 174 ◦ blue 158

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

Shades of Green Spring #ABAE9E

Tints of Green Spring #ABAE9E

RGB

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

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

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

R = 34%
G = 34.59%
B = 31.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ABAE9E (or 0xABAE9E) is known color: Green Spring. HEX triplet: AB, AE and 9E. RGB value is (171,174,158). Sum of RGB (Red+Green+Blue) = 171+174+158=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9E is #545161. Grayscale: #ABABAB. Windows color (decimal): -5525858 or 10399403. OLE color: 10399403.

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

Color convert

RGB 171 174 158 -
CMYK 0.02 0 0.09 0.32
HSL 71.25º 0.09% 0.65% -
HSV(B) 71.25º 0.09% 0.68% -
XYZ 38.1 41.4 38.33 -
YUV 171.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 171 174 158 0.02 0 0.09 0.32 71.25 0.09 0.65
Hex AB AE 9E 2 0 9 20 47 9 41
Octal 253 256 236 2 0 11 40 107 11 101
Binary 10101011 10101110 10011110 10 0 1001 100000 1000111 1001 1000001

Color Harmonies of #ABAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE9E

Black with #ABAE9E

Text Example


Text Example

White with #ABAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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