Html Css Color HEX #A1F713 Spring Bud

📋 copy color: '#A1F713'

red 161 ◦ green 247 ◦ blue 19

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

Shades of Spring Bud #A1F713

Tints of Spring Bud #A1F713

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.85%

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 37.7%
G = 57.85%
B = 4.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#A1F713 (or 0xA1F713) is known color: Spring Bud. HEX triplet: A1, F7 and 13. RGB value is (161,247,19). Sum of RGB (Red+Green+Blue) = 161+247+19=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 247 (96.88% from 255 or 57.85% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F713 is #5E08EC. Grayscale: #C4C4C4. Windows color (decimal): -6162669 or 1308577. OLE color: 1308577.

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

Color convert

RGB 161 247 19 -
CMYK 0.35 0 0.92 0.03
HSL 82.63º 0.93% 0.52% -
HSV(B) 82.63º 0.92% 0.97% -
XYZ 48.08 74.15 12.39 -
YUV 195.29 28.51 103.54 -
System Red Green Blue C M Y K H S L
Decimal 161 247 19 0.35 0 0.92 0.03 82.63 0.93 0.52
Hex A1 F7 13 23 0 5C 3 53 5D 34
Octal 241 367 23 43 0 134 3 123 135 64
Binary 10100001 11110111 10011 100011 0 1011100 11 1010011 1011101 110100

Color Harmonies of #A1F713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F713

Black with #A1F713

Text Example


Text Example

White with #A1F713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F713; }

 p { color: rgb(161,247,19); }

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

background-color css

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

 a { background-color: rgb(161,247,19); }

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

border-color css

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

 span { border-color: rgb(161,247,19); }

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