Html Css Color HEX #ABAF9E Green Spring

📋 copy color: '#ABAF9E'

red 171 ◦ green 175 ◦ blue 158

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

Shades of Green Spring #ABAF9E

Tints of Green Spring #ABAF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.72%

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

R = 33.93%
G = 34.72%
B = 31.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ABAF9E (or 0xABAF9E) is known color: Green Spring. HEX triplet: AB, AF and 9E. RGB value is (171,175,158). Sum of RGB (Red+Green+Blue) = 171+175+158=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF9E is #545061. Grayscale: #ABABAB. Windows color (decimal): -5525602 or 10399659. OLE color: 10399659.

HSL color Cylindrical-coordinate representation of color #ABAF9E: hue angle of 74.12º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAF9E is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 158 -
CMYK 0.02 0 0.10 0.31
HSL 74.12º 0.1% 0.65% -
HSV(B) 74.12º 0.1% 0.69% -
XYZ 38.3 41.79 38.39 -
YUV 171.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 171 175 158 0.02 0 0.10 0.31 74.12 0.1 0.65
Hex AB AF 9E 2 0 A 1F 4A A 41
Octal 253 257 236 2 0 12 37 112 12 101
Binary 10101011 10101111 10011110 10 0 1010 11111 1001010 1010 1000001

Color Harmonies of #ABAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF9E

Black with #ABAF9E

Text Example


Text Example

White with #ABAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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