#AAED63

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

Shades of Conifer #AAED63

Tints of Conifer #AAED63

Color information

#AAED63 (or 0xAAED63) is unknown color: approx Conifer. HEX triplet: AA, ED and 63. RGB value is (170,237,99). Sum of RGB (Red+Green+Blue) = 170+237+99=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED63 is #55129C. Grayscale: #C9C9C9. Windows color (decimal): -5575325 or 6548906. OLE color: 6548906.

HSL color Cylindrical-coordinate representation of color #AAED63: hue angle of 89.13º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAED63 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB17023799-
CMYK0.2800.580.07
HSL89.13º79.31%65.88%-
HSV(B)89.13º58.23%92.94%-
XYZ49.1170.0222.73-
YUV201.2470.3105.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 99 (39.06% from 255) = 19.57%
R=33.60%
G=46.84%
B=19.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237990.2800.580.0789.1379.3165.88
HexAAED631C03A7594f42
Octal252355143340727131117102
Binary10101010111011011100011111000111010111101100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED63; }

 p { color: rgb(170,237,99); }

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

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

 a { background-color: rgb(170,237,99); }

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

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

 span { border-color: rgb(170,237,99); }

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