Html Css Color HEX #AAF04A Conifer

📋 copy color: '#AAF04A'

red 170 ◦ green 240 ◦ blue 74

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

Shades of Conifer #AAF04A

Tints of Conifer #AAF04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 35.12%
G = 49.59%
B = 15.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#AAF04A (or 0xAAF04A) is known color: Conifer. HEX triplet: AA, F0 and 4A. RGB value is (170,240,74). Sum of RGB (Red+Green+Blue) = 170+240+74=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF04A is #550FB5. Grayscale: #C8C8C8. Windows color (decimal): -5574582 or 4911274. OLE color: 4911274.

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

Color convert

RGB 170 240 74 -
CMYK 0.29 0 0.69 0.06
HSL 85.3º 0.85% 0.62% -
HSV(B) 85.3º 0.69% 0.94% -
XYZ 48.97 71.36 17.67 -
YUV 200.15 56.81 106.5 -
System Red Green Blue C M Y K H S L
Decimal 170 240 74 0.29 0 0.69 0.06 85.3 0.85 0.62
Hex AA F0 4A 1D 0 45 6 55 55 3E
Octal 252 360 112 35 0 105 6 125 125 76
Binary 10101010 11110000 1001010 11101 0 1000101 110 1010101 1010101 111110

Color Harmonies of #AAF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF04A

Black with #AAF04A

Text Example


Text Example

White with #AAF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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