Html Css Color HEX #AAF04F Conifer

📋 copy color: '#AAF04F'

red 170 ◦ green 240 ◦ blue 79

#AAF04F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AAF04F

Tints of Conifer #AAF04F

RGB

 RED value IS 170 (66.8% from 255) = 34.76%

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 79 (31.25% from 255) = 16.16%

R = 34.76%
G = 49.08%
B = 16.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#AAF04F (or 0xAAF04F) is known color: Conifer. HEX triplet: AA, F0 and 4F. RGB value is (170,240,79). Sum of RGB (Red+Green+Blue) = 170+240+79=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF04F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF04F is #550FB0. Grayscale: #C9C9C9. Windows color (decimal): -5574577 or 5238954. OLE color: 5238954.

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

Color convert

RGB 170 240 79 -
CMYK 0.29 0 0.67 0.06
HSL 86.09º 0.84% 0.63% -
HSV(B) 86.09º 0.67% 0.94% -
XYZ 49.15 71.43 18.59 -
YUV 200.72 59.31 106.09 -
System Red Green Blue C M Y K H S L
Decimal 170 240 79 0.29 0 0.67 0.06 86.09 0.84 0.63
Hex AA F0 4F 1D 0 43 6 56 54 3F
Octal 252 360 117 35 0 103 6 126 124 77
Binary 10101010 11110000 1001111 11101 0 1000011 110 1010110 1010100 111111

Color Harmonies of #AAF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF04F

Black with #AAF04F

Text Example


Text Example

White with #AAF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF04F; }

 p { color: rgb(170,240,79); }

 H1.HeaderClassName
 {
   color: #AAF04F;
 }
 .AnyTagClassName
 {
   color: #AAF04F;
 }
</style>

background-color css

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

 a { background-color: rgb(170,240,79); }

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

border-color css

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

 span { border-color: rgb(170,240,79); }

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