#92F35E

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

Shades of Conifer #92F35E

Tints of Conifer #92F35E

Color information

#92F35E (or 0x92F35E) is unknown color: approx Conifer. HEX triplet: 92, F3 and 5E. RGB value is (146,243,94). Sum of RGB (Red+Green+Blue) = 146+243+94=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #92F35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F35E is #6D0CA1. Grayscale: #C5C5C5. Windows color (decimal): -7146658 or 6222738. OLE color: 6222738.

HSL color Cylindrical-coordinate representation of color #92F35E: hue angle of 99.06º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92F35E is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB14624394-
CMYK0.4000.610.05
HSL99.06º86.13%66.08%-
HSV(B)99.06º61.32%95.29%-
XYZ45.9371.0221.88-
YUV197.0169.8691.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 243 (95.31% from 255) = 50.31%
BLUE value IS 94 (37.11% from 255) = 19.46%
R=30.23%
G=50.31%
B=19.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146243940.4000.610.0599.0686.1366.08
Hex92F35E2803D5635642
Octal222363136500755143126102
Binary100100101111001110111101010000111101101110001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,243,94); }

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

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

 a { background-color: rgb(146,243,94); }

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

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

 span { border-color: rgb(146,243,94); }

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