#A2E600

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

Shades of Spring Bud #A2E600

Tints of Spring Bud #A2E600

Color information

#A2E600 (or 0xA2E600) is unknown color: approx Spring Bud. HEX triplet: A2, E6 and 00. RGB value is (162,230,0). Sum of RGB (Red+Green+Blue) = 162+230+0=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 230 (90.23% from 255 or 58.67% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E600 is #5D19FF. Grayscale: #B8B8B8. Windows color (decimal): -6101504 or 59042. OLE color: 59042.

HSL color Cylindrical-coordinate representation of color #A2E600: hue angle of 77.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2E600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB1622300-
CMYK0.30010.10
HSL77.74º100%45.1%-
HSV(B)77.74º100%90.2%-
XYZ43.264.2810.13-
YUV183.4524.47112.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 230 (90.23% from 255) = 58.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.33%
G=58.67%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16223000.30010.1077.7410045.1
HexA2E601E064A4e642d
Octal24234603601441211614455
Binary101000101110011001111001100100101010011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E600; }

 p { color: rgb(162,230,0); }

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

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

 a { background-color: rgb(162,230,0); }

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

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

 span { border-color: rgb(162,230,0); }

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