Html Css Color HEX #94FA18 Spring Bud

📋 copy color: '#94FA18'

red 148 ◦ green 250 ◦ blue 24

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

Shades of Spring Bud #94FA18

Tints of Spring Bud #94FA18

RGB

 RED value IS 148 (58.2% from 255) = 35.07%

 GREEN value IS 250 (98.05% from 255) = 59.24%

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

R = 35.07%
G = 59.24%
B = 5.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#94FA18 (or 0x94FA18) is known color: Spring Bud. HEX triplet: 94, FA and 18. RGB value is (148,250,24). Sum of RGB (Red+Green+Blue) = 148+250+24=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FA18 is #6B05E7. Grayscale: #C2C2C2. Windows color (decimal): -7013864 or 1637012. OLE color: 1637012.

HSL color Cylindrical-coordinate representation of color #94FA18: hue angle of 87.08º degrees, saturation: 0.96, 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 #94FA18 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 24 -
CMYK 0.41 0 0.90 0.02
HSL 87.08º 0.96% 0.54% -
HSV(B) 87.08º 0.9% 0.98% -
XYZ 46.56 74.73 12.83 -
YUV 193.74 32.21 95.38 -
System Red Green Blue C M Y K H S L
Decimal 148 250 24 0.41 0 0.90 0.02 87.08 0.96 0.54
Hex 94 FA 18 29 0 5A 2 57 60 36
Octal 224 372 30 51 0 132 2 127 140 66
Binary 10010100 11111010 11000 101001 0 1011010 10 1010111 1100000 110110

Color Harmonies of #94FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FA18

Black with #94FA18

Text Example


Text Example

White with #94FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FA18; }

 p { color: rgb(148,250,24); }

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

background-color css

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

 a { background-color: rgb(148,250,24); }

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

border-color css

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

 span { border-color: rgb(148,250,24); }

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