Html Css Color HEX #A2FF01 Spring Bud

📋 copy color: '#A2FF01'

red 162 ◦ green 255 ◦ blue 1

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

Shades of Spring Bud #A2FF01

Tints of Spring Bud #A2FF01

RGB

 RED value IS 162 (63.67% from 255) = 38.76%

 GREEN value IS 255 (100% from 255) = 61%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 38.76%
G = 61%
B = 0.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#A2FF01 (or 0xA2FF01) is known color: Spring Bud. HEX triplet: A2, FF and 01. RGB value is (162,255,1). Sum of RGB (Red+Green+Blue) = 162+255+1=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF01 is #5D00FE. Grayscale: #C7C7C7. Windows color (decimal): -6095103 or 130978. OLE color: 130978.

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

Color convert

RGB 162 255 1 -
CMYK 0.36 0 1.00 0
HSL 81.97º 1% 0.5% -
HSV(B) 81.97º 1% 1% -
XYZ 50.67 79.2 12.65 -
YUV 198.24 16.69 102.15 -
System Red Green Blue C M Y K H S L
Decimal 162 255 1 0.36 0 1.00 0 81.97 1 0.5
Hex A2 FF 1 24 0 64 0 52 64 32
Octal 242 377 1 44 0 144 0 122 144 62
Binary 10100010 11111111 1 100100 0 1100100 0 1010010 1100100 110010

Color Harmonies of #A2FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF01

Black with #A2FF01

Text Example


Text Example

White with #A2FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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