Html Css Color HEX #A1FD06 Spring Bud

📋 copy color: '#A1FD06'

red 161 ◦ green 253 ◦ blue 6

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

Shades of Spring Bud #A1FD06

Tints of Spring Bud #A1FD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 38.33%
G = 60.24%
B = 1.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#A1FD06 (or 0xA1FD06) is known color: Spring Bud. HEX triplet: A1, FD and 06. RGB value is (161,253,6). Sum of RGB (Red+Green+Blue) = 161+253+6=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FD06 is #5E02F9. Grayscale: #C6C6C6. Windows color (decimal): -6161146 or 458145. OLE color: 458145.

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

Color convert

RGB 161 253 6 -
CMYK 0.36 0 0.98 0.01
HSL 82.35º 0.98% 0.51% -
HSV(B) 82.35º 0.98% 0.99% -
XYZ 49.86 77.84 12.57 -
YUV 197.33 20.02 102.08 -
System Red Green Blue C M Y K H S L
Decimal 161 253 6 0.36 0 0.98 0.01 82.35 0.98 0.51
Hex A1 FD 6 24 0 62 1 52 62 33
Octal 241 375 6 44 0 142 1 122 142 63
Binary 10100001 11111101 110 100100 0 1100010 1 1010010 1100010 110011

Color Harmonies of #A1FD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD06

Black with #A1FD06

Text Example


Text Example

White with #A1FD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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