Html Css Color HEX #AAF30A Spring Bud

📋 copy color: '#AAF30A'

red 170 ◦ green 243 ◦ blue 10

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

Shades of Spring Bud #AAF30A

Tints of Spring Bud #AAF30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 40.19%
G = 57.45%
B = 2.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#AAF30A (or 0xAAF30A) is known color: Spring Bud. HEX triplet: AA, F3 and 0A. RGB value is (170,243,10). Sum of RGB (Red+Green+Blue) = 170+243+10=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF30A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF30A is #550CF5. Grayscale: #C3C3C3. Windows color (decimal): -5573878 or 717738. OLE color: 717738.

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

Color convert

RGB 170 243 10 -
CMYK 0.30 0 0.96 0.05
HSL 78.8º 0.92% 0.5% -
HSV(B) 78.8º 0.96% 0.95% -
XYZ 48.68 72.67 11.75 -
YUV 194.61 23.82 110.45 -
System Red Green Blue C M Y K H S L
Decimal 170 243 10 0.30 0 0.96 0.05 78.8 0.92 0.5
Hex AA F3 A 1E 0 60 5 4F 5C 32
Octal 252 363 12 36 0 140 5 117 134 62
Binary 10101010 11110011 1010 11110 0 1100000 101 1001111 1011100 110010

Color Harmonies of #AAF30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF30A

Black with #AAF30A

Text Example


Text Example

White with #AAF30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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