Html Css Color HEX #A1F614 Spring Bud

📋 copy color: '#A1F614'

red 161 ◦ green 246 ◦ blue 20

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

Shades of Spring Bud #A1F614

Tints of Spring Bud #A1F614

RGB

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

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

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

R = 37.7%
G = 57.61%
B = 4.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#A1F614 (or 0xA1F614) is known color: Spring Bud. HEX triplet: A1, F6 and 14. RGB value is (161,246,20). Sum of RGB (Red+Green+Blue) = 161+246+20=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 246 (96.48% from 255 or 57.61% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F614 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F614 is #5E09EB. Grayscale: #C3C3C3. Windows color (decimal): -6162924 or 1373857. OLE color: 1373857.

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

Color convert

RGB 161 246 20 -
CMYK 0.35 0 0.92 0.04
HSL 82.57º 0.93% 0.52% -
HSV(B) 82.57º 0.92% 0.96% -
XYZ 47.78 73.54 12.34 -
YUV 194.82 29.34 103.88 -
System Red Green Blue C M Y K H S L
Decimal 161 246 20 0.35 0 0.92 0.04 82.57 0.93 0.52
Hex A1 F6 14 23 0 5C 4 53 5D 34
Octal 241 366 24 43 0 134 4 123 135 64
Binary 10100001 11110110 10100 100011 0 1011100 100 1010011 1011101 110100

Color Harmonies of #A1F614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F614

Black with #A1F614

Text Example


Text Example

White with #A1F614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F614; }

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

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

background-color css

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

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

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

border-color css

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

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

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