Html Css Color HEX #ABAE9A Green Spring

📋 copy color: '#ABAE9A'

red 171 ◦ green 174 ◦ blue 154

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

Shades of Green Spring #ABAE9A

Tints of Green Spring #ABAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.86%

R = 34.27%
G = 34.87%
B = 30.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ABAE9A (or 0xABAE9A) is known color: Green Spring. HEX triplet: AB, AE and 9A. RGB value is (171,174,154). Sum of RGB (Red+Green+Blue) = 171+174+154=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9A is #545165. Grayscale: #AAAAAA. Windows color (decimal): -5525862 or 10137259. OLE color: 10137259.

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

Color convert

RGB 171 174 154 -
CMYK 0.02 0 0.11 0.32
HSL 69º 0.11% 0.64% -
HSV(B) 69º 0.11% 0.68% -
XYZ 37.76 41.26 36.55 -
YUV 170.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 171 174 154 0.02 0 0.11 0.32 69 0.11 0.64
Hex AB AE 9A 2 0 B 20 45 B 40
Octal 253 256 232 2 0 13 40 105 13 100
Binary 10101011 10101110 10011010 10 0 1011 100000 1000101 1011 1000000

Color Harmonies of #ABAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE9A

Black with #ABAE9A

Text Example


Text Example

White with #ABAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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