Html Css Color HEX #94F012 Spring Bud

📋 copy color: '#94F012'

red 148 ◦ green 240 ◦ blue 18

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

Shades of Spring Bud #94F012

Tints of Spring Bud #94F012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.43%

R = 36.45%
G = 59.11%
B = 4.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#94F012 (or 0x94F012) is known color: Spring Bud. HEX triplet: 94, F0 and 12. RGB value is (148,240,18). Sum of RGB (Red+Green+Blue) = 148+240+18=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #94F012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F012 is #6B0FED. Grayscale: #BBBBBB. Windows color (decimal): -7016430 or 1241236. OLE color: 1241236.

HSL color Cylindrical-coordinate representation of color #94F012: hue angle of 84.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F012 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 240 18 -
CMYK 0.38 0 0.92 0.06
HSL 84.86º 0.88% 0.51% -
HSV(B) 84.86º 0.93% 0.94% -
XYZ 43.48 68.66 11.53 -
YUV 187.18 32.52 100.05 -
System Red Green Blue C M Y K H S L
Decimal 148 240 18 0.38 0 0.92 0.06 84.86 0.88 0.51
Hex 94 F0 12 26 0 5C 6 55 58 33
Octal 224 360 22 46 0 134 6 125 130 63
Binary 10010100 11110000 10010 100110 0 1011100 110 1010101 1011000 110011

Color Harmonies of #94F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F012

Black with #94F012

Text Example


Text Example

White with #94F012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,240,18); }

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

background-color css

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

 a { background-color: rgb(148,240,18); }

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

border-color css

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

 span { border-color: rgb(148,240,18); }

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