#92EF0E

Color #92EF0E Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #92EF0E

Tints of Spring Bud #92EF0E

Color information

#92EF0E (or 0x92EF0E) is unknown color: approx Spring Bud. HEX triplet: 92, EF and 0E. RGB value is (146,239,14). Sum of RGB (Red+Green+Blue) = 146+239+14=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #92EF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EF0E is #6D10F1. Grayscale: #BABABA. Windows color (decimal): -7147762 or 978834. OLE color: 978834.

HSL color Cylindrical-coordinate representation of color #92EF0E: hue angle of 84.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92EF0E is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB14623914-
CMYK0.3900.940.06
HSL84.8º88.93%49.61%-
HSV(B)84.8º94.14%93.73%-
XYZ42.867.8811.26-
YUV185.5431.1999.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 239 (93.75% from 255) = 59.90%
BLUE value IS 14 (5.86% from 255) = 3.51%
R=36.59%
G=59.90%
B=3.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal146239140.3900.940.0684.888.9349.61
Hex92EFE2705E6555932
Octal22235716470136612513162
Binary100100101110111111101001110101111011010101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EF0E; }

 p { color: rgb(146,239,14); }

 H1.HeaderClassName
 {
   color: #92EF0E;
 }
 .AnyTagClassName
 {
   color: #92EF0E;
 }
</style>
background-color css

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

 a { background-color: rgb(146,239,14); }

 div.DivClassName
 {
   background-color: #92EF0E;
 }
 .BgClassName
 {
   background-color: #92EF0E;
 }
</style>
border-color css

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

 span { border-color: rgb(146,239,14); }

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