#92ED09

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

Shades of Spring Bud #92ED09

Tints of Spring Bud #92ED09

Color information

#92ED09 (or 0x92ED09) is unknown color: approx Spring Bud. HEX triplet: 92, ED and 09. RGB value is (146,237,9). Sum of RGB (Red+Green+Blue) = 146+237+9=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 237 (92.97% from 255 or 60.46% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92ED09 is #6D12F6. Grayscale: #B8B8B8. Windows color (decimal): -7148279 or 650642. OLE color: 650642.

HSL color Cylindrical-coordinate representation of color #92ED09: hue angle of 83.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92ED09 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB1462379-
CMYK0.3800.960.07
HSL83.95º92.68%48.24%-
HSV(B)83.95º96.2%92.94%-
XYZ42.1966.710.91-
YUV183.829.35101.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 237 (92.97% from 255) = 60.46%
BLUE value IS 9 (3.91% from 255) = 2.30%
R=37.24%
G=60.46%
B=2.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14623790.3800.960.0783.9592.6848.24
Hex92ED9260607545d30
Octal22235511460140712413560
Binary100100101110110110011001100110000011110101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ED09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,237,9); }

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

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

 a { background-color: rgb(146,237,9); }

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

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

 span { border-color: rgb(146,237,9); }

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