#AAF256

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

Shades of Conifer #AAF256

Tints of Conifer #AAF256

Color information

#AAF256 (or 0xAAF256) is unknown color: approx Conifer. HEX triplet: AA, F2 and 56. RGB value is (170,242,86). Sum of RGB (Red+Green+Blue) = 170+242+86=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF256 is #550DA9. Grayscale: #CBCBCB. Windows color (decimal): -5574058 or 5698218. OLE color: 5698218.

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

Color convert

RGB17024286-
CMYK0.3000.640.05
HSL87.69º85.71%64.31%-
HSV(B)87.69º64.46%94.9%-
XYZ50.0172.7220.21-
YUV202.6962.15104.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 242 (94.92% from 255) = 48.59%
BLUE value IS 86 (33.98% from 255) = 17.27%
R=34.14%
G=48.59%
B=17.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170242860.3000.640.0587.6985.7164.31
HexAAF2561E0405585640
Octal2523621263601005130126100
Binary101010101111001010101101111001000000101101100010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF256; }

 p { color: rgb(170,242,86); }

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

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

 a { background-color: rgb(170,242,86); }

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

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

 span { border-color: rgb(170,242,86); }

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