Html Css Color HEX #A2FA01 Spring Bud

📋 copy color: '#A2FA01'

red 162 ◦ green 250 ◦ blue 1

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

Shades of Spring Bud #A2FA01

Tints of Spring Bud #A2FA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.53%

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

R = 39.23%
G = 60.53%
B = 0.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#A2FA01 (or 0xA2FA01) is known color: Spring Bud. HEX triplet: A2, FA and 01. RGB value is (162,250,1). Sum of RGB (Red+Green+Blue) = 162+250+1=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA01 is #5D05FE. Grayscale: #C4C4C4. Windows color (decimal): -6096383 or 129698. OLE color: 129698.

HSL color Cylindrical-coordinate representation of color #A2FA01: hue angle of 81.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2FA01 is Cyan = 0.35, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 1 -
CMYK 0.35 0 1.00 0.02
HSL 81.2º 0.99% 0.49% -
HSV(B) 81.2º 1% 0.98% -
XYZ 49.09 76.05 12.12 -
YUV 195.3 18.35 104.25 -
System Red Green Blue C M Y K H S L
Decimal 162 250 1 0.35 0 1.00 0.02 81.2 0.99 0.49
Hex A2 FA 1 23 0 64 2 51 63 31
Octal 242 372 1 43 0 144 2 121 143 61
Binary 10100010 11111010 1 100011 0 1100100 10 1010001 1100011 110001

Color Harmonies of #A2FA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA01

Black with #A2FA01

Text Example


Text Example

White with #A2FA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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