Html Css Color HEX #AAFB0A Spring Bud

📋 copy color: '#AAFB0A'

red 170 ◦ green 251 ◦ blue 10

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

Shades of Spring Bud #AAFB0A

Tints of Spring Bud #AAFB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.24%

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

R = 39.44%
G = 58.24%
B = 2.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#AAFB0A (or 0xAAFB0A) is known color: Spring Bud. HEX triplet: AA, FB and 0A. RGB value is (170,251,10). Sum of RGB (Red+Green+Blue) = 170+251+10=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFB0A is #5504F5. Grayscale: #C8C8C8. Windows color (decimal): -5571830 or 719786. OLE color: 719786.

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

Color convert

RGB 170 251 10 -
CMYK 0.32 0 0.96 0.02
HSL 80.17º 0.97% 0.51% -
HSV(B) 80.17º 0.96% 0.98% -
XYZ 51.13 77.56 12.56 -
YUV 199.31 21.16 107.1 -
System Red Green Blue C M Y K H S L
Decimal 170 251 10 0.32 0 0.96 0.02 80.17 0.97 0.51
Hex AA FB A 20 0 60 2 50 61 33
Octal 252 373 12 40 0 140 2 120 141 63
Binary 10101010 11111011 1010 100000 0 1100000 10 1010000 1100001 110011

Color Harmonies of #AAFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFB0A

Black with #AAFB0A

Text Example


Text Example

White with #AAFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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