#AAFA5D

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

Shades of Conifer #AAFA5D

Tints of Conifer #AAFA5D

Color information

#AAFA5D (or 0xAAFA5D) is unknown color: approx Conifer. HEX triplet: AA, FA and 5D. RGB value is (170,250,93). Sum of RGB (Red+Green+Blue) = 170+250+93=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5D is #5505A2. Grayscale: #D0D0D0. Windows color (decimal): -5572003 or 6159018. OLE color: 6159018.

HSL color Cylindrical-coordinate representation of color #AAFA5D: hue angle of 90.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFA5D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB17025093-
CMYK0.3200.630.02
HSL90.57º94.01%67.25%-
HSV(B)90.57º62.8%98.04%-
XYZ52.7477.7122.58-
YUV208.1863100.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 250 (98.05% from 255) = 48.73%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=33.14%
G=48.73%
B=18.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170250930.3200.630.0290.5794.0167.25
HexAAFA5D2003F25b5e43
Octal252372135400772133136103
Binary10101010111110101011101100000011111110101101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA5D; }

 p { color: rgb(170,250,93); }

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

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

 a { background-color: rgb(170,250,93); }

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

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

 span { border-color: rgb(170,250,93); }

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