#AEB09A

Color #AEB09A Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AEB09A

Tints of Green Spring #AEB09A

Color information

#AEB09A (or 0xAEB09A) is unknown color: approx Green Spring. HEX triplet: AE, B0 and 9A. RGB value is (174,176,154). Sum of RGB (Red+Green+Blue) = 174+176+154=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB09A is #514F65. Grayscale: #ACACAC. Windows color (decimal): -5328742 or 10137774. OLE color: 10137774.

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

Color convert

RGB174176154-
CMYK0.0100.120.31
HSL65.45º12.22%64.71%-
HSV(B)65.45º12.5%69.02%-
XYZ38.8142.3836.71-
YUV172.89117.34128.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=34.52%
G=34.92%
B=30.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761540.0100.120.3165.4512.2264.71
HexAEB09A10C1F41c41
Octal25626023210143710114101
Binary10101110101100001001101010110011111100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB09A; }

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

 H1.HeaderClassName
 {
   color: #AEB09A;
 }
 .AnyTagClassName
 {
   color: #AEB09A;
 }
</style>
background-color css

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

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

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

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

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

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