Html Css Color HEX #AAFD12 Spring Bud

📋 copy color: '#AAFD12'

red 170 ◦ green 253 ◦ blue 18

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

Shades of Spring Bud #AAFD12

Tints of Spring Bud #AAFD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.37%

 BLUE value IS 18 (7.42% from 255) = 4.08%

R = 38.55%
G = 57.37%
B = 4.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#AAFD12 (or 0xAAFD12) is known color: Spring Bud. HEX triplet: AA, FD and 12. RGB value is (170,253,18). Sum of RGB (Red+Green+Blue) = 170+253+18=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD12 is #5502ED. Grayscale: #CACACA. Windows color (decimal): -5571310 or 1244586. OLE color: 1244586.

HSL color Cylindrical-coordinate representation of color #AAFD12: hue angle of 81.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAFD12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 18 -
CMYK 0.33 0 0.93 0.01
HSL 81.19º 0.98% 0.53% -
HSV(B) 81.19º 0.93% 0.99% -
XYZ 51.81 78.84 13.06 -
YUV 201.39 24.5 105.61 -
System Red Green Blue C M Y K H S L
Decimal 170 253 18 0.33 0 0.93 0.01 81.19 0.98 0.53
Hex AA FD 12 21 0 5D 1 51 62 35
Octal 252 375 22 41 0 135 1 121 142 65
Binary 10101010 11111101 10010 100001 0 1011101 1 1010001 1100010 110101

Color Harmonies of #AAFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD12

Black with #AAFD12

Text Example


Text Example

White with #AAFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD12; }

 p { color: rgb(170,253,18); }

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

background-color css

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

 a { background-color: rgb(170,253,18); }

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

border-color css

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

 span { border-color: rgb(170,253,18); }

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