Html Css Color HEX #A1F802 Spring Bud

📋 copy color: '#A1F802'

red 161 ◦ green 248 ◦ blue 2

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

Shades of Spring Bud #A1F802

Tints of Spring Bud #A1F802

RGB

 RED value IS 161 (63.28% from 255) = 39.17%

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 39.17%
G = 60.34%
B = 0.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#A1F802 (or 0xA1F802) is known color: Spring Bud. HEX triplet: A1, F8 and 02. RGB value is (161,248,2). Sum of RGB (Red+Green+Blue) = 161+248+2=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F802 is #5E07FD. Grayscale: #C2C2C2. Windows color (decimal): -6162430 or 194721. OLE color: 194721.

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

Color convert

RGB 161 248 2 -
CMYK 0.35 0 0.99 0.03
HSL 81.22º 0.98% 0.49% -
HSV(B) 81.22º 0.99% 0.97% -
XYZ 48.28 74.72 11.93 -
YUV 193.94 19.68 104.5 -
System Red Green Blue C M Y K H S L
Decimal 161 248 2 0.35 0 0.99 0.03 81.22 0.98 0.49
Hex A1 F8 2 23 0 63 3 51 62 31
Octal 241 370 2 43 0 143 3 121 142 61
Binary 10100001 11111000 10 100011 0 1100011 11 1010001 1100010 110001

Color Harmonies of #A1F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F802

Black with #A1F802

Text Example


Text Example

White with #A1F802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F802; }

 p { color: rgb(161,248,2); }

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

background-color css

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

 a { background-color: rgb(161,248,2); }

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

border-color css

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

 span { border-color: rgb(161,248,2); }

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