Html Css Color HEX #AAF70C Spring Bud

📋 copy color: '#AAF70C'

red 170 ◦ green 247 ◦ blue 12

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

Shades of Spring Bud #AAF70C

Tints of Spring Bud #AAF70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.58%

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 39.63%
G = 57.58%
B = 2.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#AAF70C (or 0xAAF70C) is known color: Spring Bud. HEX triplet: AA, F7 and 0C. RGB value is (170,247,12). Sum of RGB (Red+Green+Blue) = 170+247+12=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 247 (96.88% from 255 or 57.58% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF70C is #5508F3. Grayscale: #C6C6C6. Windows color (decimal): -5572852 or 849834. OLE color: 849834.

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

Color convert

RGB 170 247 12 -
CMYK 0.31 0 0.95 0.03
HSL 79.66º 0.94% 0.51% -
HSV(B) 79.66º 0.95% 0.97% -
XYZ 49.9 75.09 12.21 -
YUV 197.19 23.49 108.61 -
System Red Green Blue C M Y K H S L
Decimal 170 247 12 0.31 0 0.95 0.03 79.66 0.94 0.51
Hex AA F7 C 1F 0 5F 3 50 5E 33
Octal 252 367 14 37 0 137 3 120 136 63
Binary 10101010 11110111 1100 11111 0 1011111 11 1010000 1011110 110011

Color Harmonies of #AAF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF70C

Black with #AAF70C

Text Example


Text Example

White with #AAF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF70C; }

 p { color: rgb(170,247,12); }

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

background-color css

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

 a { background-color: rgb(170,247,12); }

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

border-color css

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

 span { border-color: rgb(170,247,12); }

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