Html Css Color HEX #A1F602 Spring Bud

📋 copy color: '#A1F602'

red 161 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #A1F602

Tints of Spring Bud #A1F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 60.15%

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

R = 39.36%
G = 60.15%
B = 0.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#A1F602 (or 0xA1F602) is known color: Spring Bud. HEX triplet: A1, F6 and 02. RGB value is (161,246,2). Sum of RGB (Red+Green+Blue) = 161+246+2=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F602 is #5E09FD. Grayscale: #C1C1C1. Windows color (decimal): -6162942 or 194209. OLE color: 194209.

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

Color convert

RGB 161 246 2 -
CMYK 0.35 0 0.99 0.04
HSL 80.9º 0.98% 0.49% -
HSV(B) 80.9º 0.99% 0.96% -
XYZ 47.66 73.49 11.73 -
YUV 192.77 20.34 105.34 -
System Red Green Blue C M Y K H S L
Decimal 161 246 2 0.35 0 0.99 0.04 80.9 0.98 0.49
Hex A1 F6 2 23 0 63 4 51 62 31
Octal 241 366 2 43 0 143 4 121 142 61
Binary 10100001 11110110 10 100011 0 1100011 100 1010001 1100010 110001

Color Harmonies of #A1F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F602

Black with #A1F602

Text Example


Text Example

White with #A1F602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F602; }

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

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

background-color css

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

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

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

border-color css

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

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

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