#AAE23D

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

Shades of Conifer #AAE23D

Tints of Conifer #AAE23D

Color information

#AAE23D (or 0xAAE23D) is unknown color: approx Conifer. HEX triplet: AA, E2 and 3D. RGB value is (170,226,61). Sum of RGB (Red+Green+Blue) = 170+226+61=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE23D is #551DC2. Grayscale: #BFBFBF. Windows color (decimal): -5578179 or 4055722. OLE color: 4055722.

HSL color Cylindrical-coordinate representation of color #AAE23D: hue angle of 80.36º degrees, saturation: 0.74, 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 #AAE23D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB17022661-
CMYK0.2500.730.11
HSL80.36º73.99%56.27%-
HSV(B)80.36º73.01%88.63%-
XYZ44.6263.2814.28-
YUV190.4554.95113.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 226 (88.67% from 255) = 49.45%
BLUE value IS 61 (24.22% from 255) = 13.35%
R=37.20%
G=49.45%
B=13.35%

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
Decimal170226610.2500.730.1180.3673.9956.27
HexAAE23D19049B504a38
Octal252342753101111312011270
Binary10101010111000101111011100101001001101110100001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE23D; }

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

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

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

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

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

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

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

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