Html Css Color HEX #A1FD07 Spring Bud

📋 copy color: '#A1FD07'

red 161 ◦ green 253 ◦ blue 7

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

Shades of Spring Bud #A1FD07

Tints of Spring Bud #A1FD07

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.1%

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

R = 38.24%
G = 60.1%
B = 1.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#A1FD07 (or 0xA1FD07) is known color: Spring Bud. HEX triplet: A1, FD and 07. RGB value is (161,253,7). Sum of RGB (Red+Green+Blue) = 161+253+7=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FD07 is #5E02F8. Grayscale: #C6C6C6. Windows color (decimal): -6161145 or 523681. OLE color: 523681.

HSL color Cylindrical-coordinate representation of color #A1FD07: hue angle of 82.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1FD07 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 7 -
CMYK 0.36 0 0.97 0.01
HSL 82.44º 0.98% 0.51% -
HSV(B) 82.44º 0.97% 0.99% -
XYZ 49.86 77.84 12.6 -
YUV 197.45 20.52 102 -
System Red Green Blue C M Y K H S L
Decimal 161 253 7 0.36 0 0.97 0.01 82.44 0.98 0.51
Hex A1 FD 7 24 0 61 1 52 62 33
Octal 241 375 7 44 0 141 1 122 142 63
Binary 10100001 11111101 111 100100 0 1100001 1 1010010 1100010 110011

Color Harmonies of #A1FD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD07

Black with #A1FD07

Text Example


Text Example

White with #A1FD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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