#AAED43

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

Shades of Conifer #AAED43

Tints of Conifer #AAED43

Color information

#AAED43 (or 0xAAED43) is unknown color: approx Conifer. HEX triplet: AA, ED and 43. RGB value is (170,237,67). Sum of RGB (Red+Green+Blue) = 170+237+67=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED43 is #5512BC. Grayscale: #C6C6C6. Windows color (decimal): -5575357 or 4451754. OLE color: 4451754.

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

Color convert

RGB17023767-
CMYK0.2800.720.07
HSL83.65º82.52%59.61%-
HSV(B)83.65º71.73%92.94%-
XYZ47.8769.5216.21-
YUV197.5954.3108.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 237 (92.97% from 255) = 50%
BLUE value IS 67 (26.56% from 255) = 14.14%
R=35.86%
G=50%
B=14.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237670.2800.720.0783.6582.5259.61
HexAAED431C048754533c
Octal252355103340110712412374
Binary10101010111011011000011111000100100011110101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED43; }

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

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

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

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

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

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

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

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