Html Css Color HEX #AAF307 Spring Bud

📋 copy color: '#AAF307'

red 170 ◦ green 243 ◦ blue 7

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

Shades of Spring Bud #AAF307

Tints of Spring Bud #AAF307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.86%

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

R = 40.48%
G = 57.86%
B = 1.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#AAF307 (or 0xAAF307) is known color: Spring Bud. HEX triplet: AA, F3 and 07. RGB value is (170,243,7). Sum of RGB (Red+Green+Blue) = 170+243+7=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF307 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF307 is #550CF8. Grayscale: #C3C3C3. Windows color (decimal): -5573881 or 521130. OLE color: 521130.

HSL color Cylindrical-coordinate representation of color #AAF307: hue angle of 78.56º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF307 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 7 -
CMYK 0.30 0 0.97 0.05
HSL 78.56º 0.94% 0.49% -
HSV(B) 78.56º 0.97% 0.95% -
XYZ 48.67 72.66 11.66 -
YUV 194.27 22.32 110.69 -
System Red Green Blue C M Y K H S L
Decimal 170 243 7 0.30 0 0.97 0.05 78.56 0.94 0.49
Hex AA F3 7 1E 0 61 5 4F 5E 31
Octal 252 363 7 36 0 141 5 117 136 61
Binary 10101010 11110011 111 11110 0 1100001 101 1001111 1011110 110001

Color Harmonies of #AAF307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF307

Black with #AAF307

Text Example


Text Example

White with #AAF307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF307; }

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

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

background-color css

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

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

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

border-color css

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

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

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