Html Css Color HEX #A4F100 Spring Bud

📋 copy color: '#A4F100'

red 164 ◦ green 241 ◦ blue 0

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

Shades of Spring Bud #A4F100

Tints of Spring Bud #A4F100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.49%
G = 59.51%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#A4F100 (or 0xA4F100) is known color: Spring Bud. HEX triplet: A4, F1 and 00. RGB value is (164,241,0). Sum of RGB (Red+Green+Blue) = 164+241+0=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F100 is #5B0EFF. Grayscale: #BFBFBF. Windows color (decimal): -5967616 or 61860. OLE color: 61860.

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

Color convert

RGB 164 241 0 -
CMYK 0.32 0 1 0.05
HSL 79.17º 1% 0.47% -
HSV(B) 79.17º 1% 0.95% -
XYZ 46.77 70.8 11.2 -
YUV 190.5 20.49 109.1 -
System Red Green Blue C M Y K H S L
Decimal 164 241 0 0.32 0 1 0.05 79.17 1 0.47
Hex A4 F1 0 20 0 64 5 4F 64 2F
Octal 244 361 0 40 0 144 5 117 144 57
Binary 10100100 11110001 0 100000 0 1100100 101 1001111 1100100 101111

Color Harmonies of #A4F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F100

Black with #A4F100

Text Example


Text Example

White with #A4F100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F100; }

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

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

background-color css

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

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

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

border-color css

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

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

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