Html Css Color HEX #A3F006 Spring Bud

📋 copy color: '#A3F006'

red 163 ◦ green 240 ◦ blue 6

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

Shades of Spring Bud #A3F006

Tints of Spring Bud #A3F006

RGB

 RED value IS 163 (64.06% from 255) = 39.85%

 GREEN value IS 240 (94.14% from 255) = 58.68%

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

R = 39.85%
G = 58.68%
B = 1.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#A3F006 (or 0xA3F006) is known color: Spring Bud. HEX triplet: A3, F0 and 06. RGB value is (163,240,6). Sum of RGB (Red+Green+Blue) = 163+240+6=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F006 is #5C0FF9. Grayscale: #BFBFBF. Windows color (decimal): -6033402 or 454819. OLE color: 454819.

HSL color Cylindrical-coordinate representation of color #A3F006: hue angle of 79.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3F006 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 240 6 -
CMYK 0.32 0 0.98 0.06
HSL 79.74º 0.95% 0.48% -
HSV(B) 79.74º 0.98% 0.94% -
XYZ 46.3 70.12 11.27 -
YUV 190.3 23.99 108.53 -
System Red Green Blue C M Y K H S L
Decimal 163 240 6 0.32 0 0.98 0.06 79.74 0.95 0.48
Hex A3 F0 6 20 0 62 6 50 5F 30
Octal 243 360 6 40 0 142 6 120 137 60
Binary 10100011 11110000 110 100000 0 1100010 110 1010000 1011111 110000

Color Harmonies of #A3F006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F006

Black with #A3F006

Text Example


Text Example

White with #A3F006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F006; }

 p { color: rgb(163,240,6); }

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

background-color css

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

 a { background-color: rgb(163,240,6); }

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

border-color css

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

 span { border-color: rgb(163,240,6); }

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