Html Css Color HEX #A3F004 Spring Bud

📋 copy color: '#A3F004'

red 163 ◦ green 240 ◦ blue 4

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

Shades of Spring Bud #A3F004

Tints of Spring Bud #A3F004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 40.05%
G = 58.97%
B = 0.98%

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

#A3F004 (or 0xA3F004) is known color: Spring Bud. HEX triplet: A3, F0 and 04. RGB value is (163,240,4). Sum of RGB (Red+Green+Blue) = 163+240+4=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F004 is #5C0FFB. Grayscale: #BEBEBE. Windows color (decimal): -6033404 or 323747. OLE color: 323747.

HSL color Cylindrical-coordinate representation of color #A3F004: hue angle of 79.58º degrees, saturation: 0.97, 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 #A3F004 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 240 4 -
CMYK 0.32 0 0.98 0.06
HSL 79.58º 0.97% 0.48% -
HSV(B) 79.58º 0.98% 0.94% -
XYZ 46.29 70.12 11.21 -
YUV 190.07 22.99 108.69 -
System Red Green Blue C M Y K H S L
Decimal 163 240 4 0.32 0 0.98 0.06 79.58 0.97 0.48
Hex A3 F0 4 20 0 62 6 50 61 30
Octal 243 360 4 40 0 142 6 120 141 60
Binary 10100011 11110000 100 100000 0 1100010 110 1010000 1100001 110000

Color Harmonies of #A3F004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F004

Black with #A3F004

Text Example


Text Example

White with #A3F004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F004; }

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

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

background-color css

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

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

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

border-color css

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

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

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