Html Css Color HEX #A2F801 Spring Bud

📋 copy color: '#A2F801'

red 162 ◦ green 248 ◦ blue 1

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

Shades of Spring Bud #A2F801

Tints of Spring Bud #A2F801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.34%

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

R = 39.42%
G = 60.34%
B = 0.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#A2F801 (or 0xA2F801) is known color: Spring Bud. HEX triplet: A2, F8 and 01. RGB value is (162,248,1). Sum of RGB (Red+Green+Blue) = 162+248+1=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F801 is #5D07FE. Grayscale: #C3C3C3. Windows color (decimal): -6096895 or 129186. OLE color: 129186.

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

Color convert

RGB 162 248 1 -
CMYK 0.35 0 1.00 0.03
HSL 80.89º 0.99% 0.49% -
HSV(B) 80.89º 1% 0.97% -
XYZ 48.47 74.82 11.92 -
YUV 194.13 19.01 105.08 -
System Red Green Blue C M Y K H S L
Decimal 162 248 1 0.35 0 1.00 0.03 80.89 0.99 0.49
Hex A2 F8 1 23 0 64 3 51 63 31
Octal 242 370 1 43 0 144 3 121 143 61
Binary 10100010 11111000 1 100011 0 1100100 11 1010001 1100011 110001

Color Harmonies of #A2F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F801

Black with #A2F801

Text Example


Text Example

White with #A2F801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F801; }

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

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

background-color css

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

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

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

border-color css

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

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

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