Html Css Color HEX #AAFB0C Spring Bud

📋 copy color: '#AAFB0C'

red 170 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #AAFB0C

Tints of Spring Bud #AAFB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 39.26%
G = 57.97%
B = 2.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#AAFB0C (or 0xAAFB0C) is known color: Spring Bud. HEX triplet: AA, FB and 0C. RGB value is (170,251,12). Sum of RGB (Red+Green+Blue) = 170+251+12=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 251 (98.44% from 255 or 57.97% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFB0C is #5504F3. Grayscale: #C8C8C8. Windows color (decimal): -5571828 or 850858. OLE color: 850858.

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

Color convert

RGB 170 251 12 -
CMYK 0.32 0 0.95 0.02
HSL 80.33º 0.97% 0.52% -
HSV(B) 80.33º 0.95% 0.98% -
XYZ 51.14 77.57 12.62 -
YUV 199.54 22.16 106.93 -
System Red Green Blue C M Y K H S L
Decimal 170 251 12 0.32 0 0.95 0.02 80.33 0.97 0.52
Hex AA FB C 20 0 5F 2 50 61 34
Octal 252 373 14 40 0 137 2 120 141 64
Binary 10101010 11111011 1100 100000 0 1011111 10 1010000 1100001 110100

Color Harmonies of #AAFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFB0C

Black with #AAFB0C

Text Example


Text Example

White with #AAFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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