#AAED50

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

Shades of Conifer #AAED50

Tints of Conifer #AAED50

Color information

#AAED50 (or 0xAAED50) is unknown color: approx Conifer. HEX triplet: AA, ED and 50. RGB value is (170,237,80). Sum of RGB (Red+Green+Blue) = 170+237+80=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED50 is #5512AF. Grayscale: #C7C7C7. Windows color (decimal): -5575344 or 5303722. OLE color: 5303722.

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

Color convert

RGB17023780-
CMYK0.2800.660.07
HSL85.61º81.35%62.16%-
HSV(B)85.61º66.24%92.94%-
XYZ48.3169.6918.5-
YUV199.0760.8107.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 237 (92.97% from 255) = 48.67%
BLUE value IS 80 (31.64% from 255) = 16.43%
R=34.91%
G=48.67%
B=16.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237800.2800.660.0785.6181.3562.16
HexAAED501C042756513e
Octal252355120340102712612176
Binary10101010111011011010000111000100001011110101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED50; }

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

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

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

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

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

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

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

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