#AAF74D

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

Shades of Conifer #AAF74D

Tints of Conifer #AAF74D

Color information

#AAF74D (or 0xAAF74D) is unknown color: approx Conifer. HEX triplet: AA, F7 and 4D. RGB value is (170,247,77). Sum of RGB (Red+Green+Blue) = 170+247+77=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF74D is #5508B2. Grayscale: #CDCDCD. Windows color (decimal): -5572787 or 5109674. OLE color: 5109674.

HSL color Cylindrical-coordinate representation of color #AAF74D: hue angle of 87.18º degrees, saturation: 0.91, 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 #AAF74D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB17024777-
CMYK0.3100.690.03
HSL87.18º91.4%63.53%-
HSV(B)87.18º68.83%96.86%-
XYZ51.1875.618.92-
YUV204.655.99103.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 15.59%
R=34.41%
G=50%
B=15.59%

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
Decimal170247770.3100.690.0387.1891.463.53
HexAAF74D1F0453575b40
Octal2523671153701053127133100
Binary10101010111101111001101111110100010111101011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF74D; }

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

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

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

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

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

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

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

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