Html Css Color HEX #AAFC07 Spring Bud

📋 copy color: '#AAFC07'

red 170 ◦ green 252 ◦ blue 7

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

Shades of Spring Bud #AAFC07

Tints of Spring Bud #AAFC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.74%

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

R = 39.63%
G = 58.74%
B = 1.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#AAFC07 (or 0xAAFC07) is known color: Spring Bud. HEX triplet: AA, FC and 07. RGB value is (170,252,7). Sum of RGB (Red+Green+Blue) = 170+252+7=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC07 is #5503F8. Grayscale: #C8C8C8. Windows color (decimal): -5571577 or 523434. OLE color: 523434.

HSL color Cylindrical-coordinate representation of color #AAFC07: hue angle of 80.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAFC07 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 7 -
CMYK 0.33 0 0.97 0.01
HSL 80.08º 0.98% 0.51% -
HSV(B) 80.08º 0.97% 0.99% -
XYZ 51.43 78.18 12.58 -
YUV 199.55 19.33 106.92 -
System Red Green Blue C M Y K H S L
Decimal 170 252 7 0.33 0 0.97 0.01 80.08 0.98 0.51
Hex AA FC 7 21 0 61 1 50 62 33
Octal 252 374 7 41 0 141 1 120 142 63
Binary 10101010 11111100 111 100001 0 1100001 1 1010000 1100010 110011

Color Harmonies of #AAFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC07

Black with #AAFC07

Text Example


Text Example

White with #AAFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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