Html Css Color HEX #A4F103 Spring Bud

📋 copy color: '#A4F103'

red 164 ◦ green 241 ◦ blue 3

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

Shades of Spring Bud #A4F103

Tints of Spring Bud #A4F103

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

 GREEN value IS 241 (94.53% from 255) = 59.07%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 40.2%
G = 59.07%
B = 0.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#A4F103 (or 0xA4F103) is known color: Spring Bud. HEX triplet: A4, F1 and 03. RGB value is (164,241,3). Sum of RGB (Red+Green+Blue) = 164+241+3=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F103 is #5B0EFC. Grayscale: #BFBFBF. Windows color (decimal): -5967613 or 258468. OLE color: 258468.

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

Color convert

RGB 164 241 3 -
CMYK 0.32 0 0.99 0.05
HSL 79.41º 0.98% 0.48% -
HSV(B) 79.41º 0.99% 0.95% -
XYZ 46.78 70.81 11.29 -
YUV 190.85 21.99 108.85 -
System Red Green Blue C M Y K H S L
Decimal 164 241 3 0.32 0 0.99 0.05 79.41 0.98 0.48
Hex A4 F1 3 20 0 63 5 4F 62 30
Octal 244 361 3 40 0 143 5 117 142 60
Binary 10100100 11110001 11 100000 0 1100011 101 1001111 1100010 110000

Color Harmonies of #A4F103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F103

Black with #A4F103

Text Example


Text Example

White with #A4F103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F103; }

 p { color: rgb(164,241,3); }

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

background-color css

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

 a { background-color: rgb(164,241,3); }

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

border-color css

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

 span { border-color: rgb(164,241,3); }

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