#AAF84D

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

Shades of Conifer #AAF84D

Tints of Conifer #AAF84D

Color information

#AAF84D (or 0xAAF84D) is unknown color: approx Conifer. HEX triplet: AA, F8 and 4D. RGB value is (170,248,77). Sum of RGB (Red+Green+Blue) = 170+248+77=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF84D is #5507B2. Grayscale: #CDCDCD. Windows color (decimal): -5572531 or 5109930. OLE color: 5109930.

HSL color Cylindrical-coordinate representation of color #AAF84D: hue angle of 87.37º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF84D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB17024877-
CMYK0.3100.690.03
HSL87.37º92.43%63.73%-
HSV(B)87.37º68.95%97.25%-
XYZ51.4876.2219.02-
YUV205.1855.66102.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 248 (97.27% from 255) = 50.10%
BLUE value IS 77 (30.47% from 255) = 15.56%
R=34.34%
G=50.10%
B=15.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170248770.3100.690.0387.3792.4363.73
HexAAF84D1F0453575c40
Octal2523701153701053127134100
Binary10101010111110001001101111110100010111101011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF84D; }

 p { color: rgb(170,248,77); }

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

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

 a { background-color: rgb(170,248,77); }

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

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

 span { border-color: rgb(170,248,77); }

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