#92EB0D

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

Shades of Spring Bud #92EB0D

Tints of Spring Bud #92EB0D

Color information

#92EB0D (or 0x92EB0D) is unknown color: approx Spring Bud. HEX triplet: 92, EB and 0D. RGB value is (146,235,13). Sum of RGB (Red+Green+Blue) = 146+235+13=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 235 (92.19% from 255 or 59.64% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 235 - color contains mainly: green. Hex color #92EB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EB0D is #6D14F2. Grayscale: #B7B7B7. Windows color (decimal): -7148787 or 912274. OLE color: 912274.

HSL color Cylindrical-coordinate representation of color #92EB0D: hue angle of 84.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92EB0D is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB14623513-
CMYK0.3800.940.08
HSL84.05º89.52%48.63%-
HSV(B)84.05º94.47%92.16%-
XYZ41.6465.5610.84-
YUV183.0832.01101.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 235 (92.19% from 255) = 59.64%
BLUE value IS 13 (5.47% from 255) = 3.30%
R=37.06%
G=59.64%
B=3.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146235130.3800.940.0884.0589.5248.63
Hex92EBD2605E8545a31
Octal222353154601361012413261
Binary1001001011101011110110011001011110100010101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,13); }

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

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

 a { background-color: rgb(146,235,13); }

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

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

 span { border-color: rgb(146,235,13); }

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