Html Css Color HEX #AAF60E Spring Bud

📋 copy color: '#AAF60E'

red 170 ◦ green 246 ◦ blue 14

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

Shades of Spring Bud #AAF60E

Tints of Spring Bud #AAF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.21%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 39.53%
G = 57.21%
B = 3.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#AAF60E (or 0xAAF60E) is known color: Spring Bud. HEX triplet: AA, F6 and 0E. RGB value is (170,246,14). Sum of RGB (Red+Green+Blue) = 170+246+14=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF60E is #5509F1. Grayscale: #C5C5C5. Windows color (decimal): -5573106 or 980650. OLE color: 980650.

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

Color convert

RGB 170 246 14 -
CMYK 0.31 0 0.94 0.04
HSL 79.66º 0.93% 0.51% -
HSV(B) 79.66º 0.94% 0.96% -
XYZ 49.61 74.49 12.18 -
YUV 196.83 24.82 108.86 -
System Red Green Blue C M Y K H S L
Decimal 170 246 14 0.31 0 0.94 0.04 79.66 0.93 0.51
Hex AA F6 E 1F 0 5E 4 50 5D 33
Octal 252 366 16 37 0 136 4 120 135 63
Binary 10101010 11110110 1110 11111 0 1011110 100 1010000 1011101 110011

Color Harmonies of #AAF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF60E

Black with #AAF60E

Text Example


Text Example

White with #AAF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF60E; }

 p { color: rgb(170,246,14); }

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

background-color css

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

 a { background-color: rgb(170,246,14); }

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

border-color css

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

 span { border-color: rgb(170,246,14); }

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