#92f050

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

Shades of Conifer #92F050

Tints of Conifer #92F050

Color information

#92F050 (or 0x92F050) is unknown color: approx Conifer. HEX triplet: 92, F0 and 50. RGB value is (146,240,80). Sum of RGB (Red+Green+Blue) = 146+240+80=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #92F050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F050 is #6D0FAF. Grayscale: #C2C2C2. Windows color (decimal): -7147440 or 5304466. OLE color: 5304466.

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

Color convert

RGB14624080-
CMYK0.3900.670.06
HSL95.25º84.21%62.75%-
HSV(B)95.25º66.67%94.12%-
XYZ44.4669.0118.57-
YUV193.6563.8694.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 240 (94.14% from 255) = 51.50%
BLUE value IS 80 (31.64% from 255) = 17.17%
R=31.33%
G=51.50%
B=17.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal146240800.3900.670.0695.2584.2162.75
Hex92F0502704365f543f
Octal222360120470103613712477
Binary100100101111000010100001001110100001111010111111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92f050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,240,80); }

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

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

 a { background-color: rgb(146,240,80); }

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

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

 span { border-color: rgb(146,240,80); }

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