Html Css Color HEX #AAFC12 Spring Bud

📋 copy color: '#AAFC12'

red 170 ◦ green 252 ◦ blue 18

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

Shades of Spring Bud #AAFC12

Tints of Spring Bud #AAFC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.27%

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

R = 38.64%
G = 57.27%
B = 4.09%

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

#AAFC12 (or 0xAAFC12) is known color: Spring Bud. HEX triplet: AA, FC and 12. RGB value is (170,252,18). Sum of RGB (Red+Green+Blue) = 170+252+18=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC12 is #5503ED. Grayscale: #C9C9C9. Windows color (decimal): -5571566 or 1244330. OLE color: 1244330.

HSL color Cylindrical-coordinate representation of color #AAFC12: hue angle of 81.03º 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 #AAFC12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 18 -
CMYK 0.33 0 0.93 0.01
HSL 81.03º 0.98% 0.53% -
HSV(B) 81.03º 0.93% 0.99% -
XYZ 51.5 78.21 12.95 -
YUV 200.81 24.83 106.03 -
System Red Green Blue C M Y K H S L
Decimal 170 252 18 0.33 0 0.93 0.01 81.03 0.98 0.53
Hex AA FC 12 21 0 5D 1 51 62 35
Octal 252 374 22 41 0 135 1 121 142 65
Binary 10101010 11111100 10010 100001 0 1011101 1 1010001 1100010 110101

Color Harmonies of #AAFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC12

Black with #AAFC12

Text Example


Text Example

White with #AAFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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