#AADF43

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

Shades of Conifer #AADF43

Tints of Conifer #AADF43

Color information

#AADF43 (or 0xAADF43) is unknown color: approx Conifer. HEX triplet: AA, DF and 43. RGB value is (170,223,67). Sum of RGB (Red+Green+Blue) = 170+223+67=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF43 is #5520BC. Grayscale: #BDBDBD. Windows color (decimal): -5578941 or 4448170. OLE color: 4448170.

HSL color Cylindrical-coordinate representation of color #AADF43: hue angle of 80.38º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AADF43 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB17022367-
CMYK0.2400.700.13
HSL80.38º70.91%56.86%-
HSV(B)80.38º69.96%87.45%-
XYZ43.9861.7314.91-
YUV189.3758.94114.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 223 (87.5% from 255) = 48.48%
BLUE value IS 67 (26.56% from 255) = 14.57%
R=36.96%
G=48.48%
B=14.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223670.2400.700.1380.3870.9156.86
HexAADF4318046D504739
Octal2523371033001061512010771
Binary101010101101111110000111100001000110110110100001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF43; }

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

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

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

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

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

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

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

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