Html Css Color HEX #A1F307 Spring Bud

📋 copy color: '#A1F307'

red 161 ◦ green 243 ◦ blue 7

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

Shades of Spring Bud #A1F307

Tints of Spring Bud #A1F307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.12%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 39.17%
G = 59.12%
B = 1.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A1F307 (or 0xA1F307) is known color: Spring Bud. HEX triplet: A1, F3 and 07. RGB value is (161,243,7). Sum of RGB (Red+Green+Blue) = 161+243+7=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F307 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F307 is #5E0CF8. Grayscale: #C0C0C0. Windows color (decimal): -6163705 or 521121. OLE color: 521121.

HSL color Cylindrical-coordinate representation of color #A1F307: hue angle of 80.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1F307 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 243 7 -
CMYK 0.34 0 0.97 0.05
HSL 80.85º 0.94% 0.49% -
HSV(B) 80.85º 0.97% 0.95% -
XYZ 46.79 71.69 11.57 -
YUV 191.58 23.83 106.19 -
System Red Green Blue C M Y K H S L
Decimal 161 243 7 0.34 0 0.97 0.05 80.85 0.94 0.49
Hex A1 F3 7 22 0 61 5 51 5E 31
Octal 241 363 7 42 0 141 5 121 136 61
Binary 10100001 11110011 111 100010 0 1100001 101 1010001 1011110 110001

Color Harmonies of #A1F307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F307

Black with #A1F307

Text Example


Text Example

White with #A1F307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F307; }

 p { color: rgb(161,243,7); }

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

background-color css

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

 a { background-color: rgb(161,243,7); }

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

border-color css

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

 span { border-color: rgb(161,243,7); }

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