Html Css Color HEX #94F016 Spring Bud

📋 copy color: '#94F016'

red 148 ◦ green 240 ◦ blue 22

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

Shades of Spring Bud #94F016

Tints of Spring Bud #94F016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 36.1%
G = 58.54%
B = 5.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#94F016 (or 0x94F016) is known color: Spring Bud. HEX triplet: 94, F0 and 16. RGB value is (148,240,22). Sum of RGB (Red+Green+Blue) = 148+240+22=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 240 (94.14% from 255 or 58.54% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 240 - color contains mainly: green. Hex color #94F016 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F016 is #6B0FE9. Grayscale: #BCBCBC. Windows color (decimal): -7016426 or 1503380. OLE color: 1503380.

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

Color convert

RGB 148 240 22 -
CMYK 0.38 0 0.91 0.06
HSL 85.32º 0.88% 0.51% -
HSV(B) 85.32º 0.91% 0.94% -
XYZ 43.52 68.67 11.72 -
YUV 187.64 34.52 99.73 -
System Red Green Blue C M Y K H S L
Decimal 148 240 22 0.38 0 0.91 0.06 85.32 0.88 0.51
Hex 94 F0 16 26 0 5B 6 55 58 33
Octal 224 360 26 46 0 133 6 125 130 63
Binary 10010100 11110000 10110 100110 0 1011011 110 1010101 1011000 110011

Color Harmonies of #94F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F016

Black with #94F016

Text Example


Text Example

White with #94F016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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