Html Css Color HEX #A1F914 Spring Bud

📋 copy color: '#A1F914'

red 161 ◦ green 249 ◦ blue 20

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

Shades of Spring Bud #A1F914

Tints of Spring Bud #A1F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.91%

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 37.44%
G = 57.91%
B = 4.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#A1F914 (or 0xA1F914) is known color: Spring Bud. HEX triplet: A1, F9 and 14. RGB value is (161,249,20). Sum of RGB (Red+Green+Blue) = 161+249+20=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F914 is #5E06EB. Grayscale: #C5C5C5. Windows color (decimal): -6162156 or 1374625. OLE color: 1374625.

HSL color Cylindrical-coordinate representation of color #A1F914: hue angle of 83.06º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1F914 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 20 -
CMYK 0.35 0 0.92 0.02
HSL 83.06º 0.95% 0.53% -
HSV(B) 83.06º 0.92% 0.98% -
XYZ 48.7 75.38 12.64 -
YUV 196.58 28.35 102.62 -
System Red Green Blue C M Y K H S L
Decimal 161 249 20 0.35 0 0.92 0.02 83.06 0.95 0.53
Hex A1 F9 14 23 0 5C 2 53 5F 35
Octal 241 371 24 43 0 134 2 123 137 65
Binary 10100001 11111001 10100 100011 0 1011100 10 1010011 1011111 110101

Color Harmonies of #A1F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F914

Black with #A1F914

Text Example


Text Example

White with #A1F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F914; }

 p { color: rgb(161,249,20); }

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

background-color css

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

 a { background-color: rgb(161,249,20); }

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

border-color css

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

 span { border-color: rgb(161,249,20); }

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