Html Css Color HEX #A3F918 Spring Bud

📋 copy color: '#A3F918'

red 163 ◦ green 249 ◦ blue 24

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

Shades of Spring Bud #A3F918

Tints of Spring Bud #A3F918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.11%

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 37.39%
G = 57.11%
B = 5.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A3F918 (or 0xA3F918) is known color: Spring Bud. HEX triplet: A3, F9 and 18. RGB value is (163,249,24). Sum of RGB (Red+Green+Blue) = 163+249+24=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F918 is #5C06E7. Grayscale: #C6C6C6. Windows color (decimal): -6031080 or 1636771. OLE color: 1636771.

HSL color Cylindrical-coordinate representation of color #A3F918: hue angle of 82.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3F918 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 249 24 -
CMYK 0.35 0 0.90 0.02
HSL 82.93º 0.95% 0.54% -
HSV(B) 82.93º 0.9% 0.98% -
XYZ 49.14 75.6 12.87 -
YUV 197.64 30.01 103.3 -
System Red Green Blue C M Y K H S L
Decimal 163 249 24 0.35 0 0.90 0.02 82.93 0.95 0.54
Hex A3 F9 18 23 0 5A 2 53 5F 36
Octal 243 371 30 43 0 132 2 123 137 66
Binary 10100011 11111001 11000 100011 0 1011010 10 1010011 1011111 110110

Color Harmonies of #A3F918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F918

Black with #A3F918

Text Example


Text Example

White with #A3F918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F918; }

 p { color: rgb(163,249,24); }

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

background-color css

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

 a { background-color: rgb(163,249,24); }

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

border-color css

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

 span { border-color: rgb(163,249,24); }

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