#A2FF11

Color #A2FF11 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A2FF11

Tints of Spring Bud #A2FF11

Color information

#A2FF11 (or 0xA2FF11) is unknown color: approx Spring Bud. HEX triplet: A2, FF and 11. RGB value is (162,255,17). Sum of RGB (Red+Green+Blue) = 162+255+17=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF11 is #5D00EE. Grayscale: #C8C8C8. Windows color (decimal): -6095087 or 1179554. OLE color: 1179554.

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

Color convert

RGB16225517-
CMYK0.3600.930
HSL83.45º100%53.33%-
HSV(B)83.45º93.33%100%-
XYZ50.7679.2413.15-
YUV200.0624.69100.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 255 (100% from 255) = 58.76%
BLUE value IS 17 (7.03% from 255) = 3.92%
R=37.33%
G=58.76%
B=3.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162255170.3600.93083.4510053.33
HexA2FF112405D0536435
Octal24237721440135012314465
Binary10100010111111111000110010001011101010100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF11; }

 p { color: rgb(162,255,17); }

 H1.HeaderClassName
 {
   color: #A2FF11;
 }
 .AnyTagClassName
 {
   color: #A2FF11;
 }
</style>
background-color css

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

 a { background-color: rgb(162,255,17); }

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

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

 span { border-color: rgb(162,255,17); }

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