Html Css Color HEX #A6FD0F Spring Bud

📋 copy color: '#A6FD0F'

red 166 ◦ green 253 ◦ blue 15

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

Shades of Spring Bud #A6FD0F

Tints of Spring Bud #A6FD0F

RGB

 RED value IS 166 (65.23% from 255) = 38.25%

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 38.25%
G = 58.29%
B = 3.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#A6FD0F (or 0xA6FD0F) is known color: Spring Bud. HEX triplet: A6, FD and 0F. RGB value is (166,253,15). Sum of RGB (Red+Green+Blue) = 166+253+15=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FD0F is #5902F0. Grayscale: #C8C8C8. Windows color (decimal): -5833457 or 1047974. OLE color: 1047974.

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

Color convert

RGB 166 253 15 -
CMYK 0.34 0 0.94 0.01
HSL 81.93º 0.98% 0.53% -
HSV(B) 81.93º 0.94% 0.99% -
XYZ 50.94 78.39 12.9 -
YUV 199.86 23.68 103.85 -
System Red Green Blue C M Y K H S L
Decimal 166 253 15 0.34 0 0.94 0.01 81.93 0.98 0.53
Hex A6 FD F 22 0 5E 1 52 62 35
Octal 246 375 17 42 0 136 1 122 142 65
Binary 10100110 11111101 1111 100010 0 1011110 1 1010010 1100010 110101

Color Harmonies of #A6FD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FD0F

Black with #A6FD0F

Text Example


Text Example

White with #A6FD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FD0F; }

 p { color: rgb(166,253,15); }

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

background-color css

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

 a { background-color: rgb(166,253,15); }

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

border-color css

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

 span { border-color: rgb(166,253,15); }

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