#AAE33D

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

Shades of Conifer #AAE33D

Tints of Conifer #AAE33D

Color information

#AAE33D (or 0xAAE33D) is unknown color: approx Conifer. HEX triplet: AA, E3 and 3D. RGB value is (170,227,61). Sum of RGB (Red+Green+Blue) = 170+227+61=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE33D is #551CC2. Grayscale: #BFBFBF. Windows color (decimal): -5577923 or 4055978. OLE color: 4055978.

HSL color Cylindrical-coordinate representation of color #AAE33D: hue angle of 80.6º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAE33D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB17022761-
CMYK0.2500.730.11
HSL80.6º74.77%56.47%-
HSV(B)80.6º73.13%89.02%-
XYZ44.8963.8214.37-
YUV191.0354.62113-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 227 (89.06% from 255) = 49.56%
BLUE value IS 61 (24.22% from 255) = 13.32%
R=37.12%
G=49.56%
B=13.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170227610.2500.730.1180.674.7756.47
HexAAE33D19049B514b38
Octal252343753101111312111370
Binary10101010111000111111011100101001001101110100011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE33D; }

 p { color: rgb(170,227,61); }

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

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

 a { background-color: rgb(170,227,61); }

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

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

 span { border-color: rgb(170,227,61); }

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