#AAF458

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

Shades of Conifer #AAF458

Tints of Conifer #AAF458

Color information

#AAF458 (or 0xAAF458) is unknown color: approx Conifer. HEX triplet: AA, F4 and 58. RGB value is (170,244,88). Sum of RGB (Red+Green+Blue) = 170+244+88=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF458 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF458 is #550BA7. Grayscale: #CCCCCC. Windows color (decimal): -5573544 or 5829802. OLE color: 5829802.

HSL color Cylindrical-coordinate representation of color #AAF458: hue angle of 88.46º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF458 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB17024488-
CMYK0.3000.640.04
HSL88.46º87.64%65.1%-
HSV(B)88.46º63.93%95.69%-
XYZ50.6973.9520.84-
YUV204.0962.48103.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 244 (95.70% from 255) = 48.61%
BLUE value IS 88 (34.77% from 255) = 17.53%
R=33.86%
G=48.61%
B=17.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170244880.3000.640.0488.4687.6465.1
HexAAF4581E0404585841
Octal2523641303601004130130101
Binary101010101111010010110001111001000000100101100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF458; }

 p { color: rgb(170,244,88); }

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

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

 a { background-color: rgb(170,244,88); }

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

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

 span { border-color: rgb(170,244,88); }

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