Html Css Color HEX #AAF044 Conifer

📋 copy color: '#AAF044'

red 170 ◦ green 240 ◦ blue 68

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

Shades of Conifer #AAF044

Tints of Conifer #AAF044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.23%

R = 35.56%
G = 50.21%
B = 14.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#AAF044 (or 0xAAF044) is known color: Conifer. HEX triplet: AA, F0 and 44. RGB value is (170,240,68). Sum of RGB (Red+Green+Blue) = 170+240+68=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF044 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF044 is #550FBB. Grayscale: #C8C8C8. Windows color (decimal): -5574588 or 4518058. OLE color: 4518058.

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

Color convert

RGB 170 240 68 -
CMYK 0.29 0 0.72 0.06
HSL 84.42º 0.85% 0.6% -
HSV(B) 84.42º 0.72% 0.94% -
XYZ 48.78 71.28 16.66 -
YUV 199.46 53.81 106.99 -
System Red Green Blue C M Y K H S L
Decimal 170 240 68 0.29 0 0.72 0.06 84.42 0.85 0.6
Hex AA F0 44 1D 0 48 6 54 55 3C
Octal 252 360 104 35 0 110 6 124 125 74
Binary 10101010 11110000 1000100 11101 0 1001000 110 1010100 1010101 111100

Color Harmonies of #AAF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF044

Black with #AAF044

Text Example


Text Example

White with #AAF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF044; }

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

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

background-color css

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

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

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

border-color css

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

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

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