Html Css Color HEX #AAF007 Spring Bud

📋 copy color: '#AAF007'

red 170 ◦ green 240 ◦ blue 7

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

Shades of Spring Bud #AAF007

Tints of Spring Bud #AAF007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 40.77%
G = 57.55%
B = 1.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#AAF007 (or 0xAAF007) is known color: Spring Bud. HEX triplet: AA, F0 and 07. RGB value is (170,240,7). Sum of RGB (Red+Green+Blue) = 170+240+7=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF007 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF007 is #550FF8. Grayscale: #C1C1C1. Windows color (decimal): -5574649 or 520362. OLE color: 520362.

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

Color convert

RGB 170 240 7 -
CMYK 0.29 0 0.97 0.06
HSL 78.03º 0.94% 0.48% -
HSV(B) 78.03º 0.97% 0.94% -
XYZ 47.78 70.88 11.36 -
YUV 192.51 23.31 111.95 -
System Red Green Blue C M Y K H S L
Decimal 170 240 7 0.29 0 0.97 0.06 78.03 0.94 0.48
Hex AA F0 7 1D 0 61 6 4E 5E 30
Octal 252 360 7 35 0 141 6 116 136 60
Binary 10101010 11110000 111 11101 0 1100001 110 1001110 1011110 110000

Color Harmonies of #AAF007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF007

Black with #AAF007

Text Example


Text Example

White with #AAF007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF007; }

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

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

background-color css

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

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

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

border-color css

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

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

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