Html Css Color HEX #A1F003 Spring Bud

📋 copy color: '#A1F003'

red 161 ◦ green 240 ◦ blue 3

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

Shades of Spring Bud #A1F003

Tints of Spring Bud #A1F003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.41%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 39.85%
G = 59.41%
B = 0.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#A1F003 (or 0xA1F003) is known color: Spring Bud. HEX triplet: A1, F0 and 03. RGB value is (161,240,3). Sum of RGB (Red+Green+Blue) = 161+240+3=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F003 is #5E0FFC. Grayscale: #BEBEBE. Windows color (decimal): -6164477 or 258209. OLE color: 258209.

HSL color Cylindrical-coordinate representation of color #A1F003: hue angle of 80º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1F003 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 3 -
CMYK 0.33 0 0.99 0.06
HSL 80º 0.98% 0.48% -
HSV(B) 80º 0.99% 0.94% -
XYZ 45.87 69.9 11.16 -
YUV 189.36 22.83 107.77 -
System Red Green Blue C M Y K H S L
Decimal 161 240 3 0.33 0 0.99 0.06 80 0.98 0.48
Hex A1 F0 3 21 0 63 6 50 62 30
Octal 241 360 3 41 0 143 6 120 142 60
Binary 10100001 11110000 11 100001 0 1100011 110 1010000 1100010 110000

Color Harmonies of #A1F003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F003

Black with #A1F003

Text Example


Text Example

White with #A1F003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F003; }

 p { color: rgb(161,240,3); }

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

background-color css

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

 a { background-color: rgb(161,240,3); }

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

border-color css

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

 span { border-color: rgb(161,240,3); }

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