#AAF35F

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

Shades of Conifer #AAF35F

Tints of Conifer #AAF35F

Color information

#AAF35F (or 0xAAF35F) is unknown color: approx Conifer. HEX triplet: AA, F3 and 5F. RGB value is (170,243,95). Sum of RGB (Red+Green+Blue) = 170+243+95=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF35F is #550CA0. Grayscale: #CCCCCC. Windows color (decimal): -5573793 or 6288298. OLE color: 6288298.

HSL color Cylindrical-coordinate representation of color #AAF35F: hue angle of 89.59º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF35F is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17024395-
CMYK0.3000.610.05
HSL89.59º86.05%66.27%-
HSV(B)89.59º60.91%95.29%-
XYZ50.6973.4722.34-
YUV204.366.32103.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 95 (37.5% from 255) = 18.70%
R=33.46%
G=47.83%
B=18.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170243950.3000.610.0589.5986.0566.27
HexAAF35F1E03D55a5642
Octal252363137360755132126102
Binary10101010111100111011111111100111101101101101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF35F; }

 p { color: rgb(170,243,95); }

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

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

 a { background-color: rgb(170,243,95); }

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

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

 span { border-color: rgb(170,243,95); }

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