#92E85D

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

Shades of Conifer #92E85D

Tints of Conifer #92E85D

Color information

#92E85D (or 0x92E85D) is unknown color: approx Conifer. HEX triplet: 92, E8 and 5D. RGB value is (146,232,93). Sum of RGB (Red+Green+Blue) = 146+232+93=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #92E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E85D is #6D17A2. Grayscale: #BEBEBE. Windows color (decimal): -7149475 or 6154386. OLE color: 6154386.

HSL color Cylindrical-coordinate representation of color #92E85D: hue angle of 97.12º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92E85D is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB14623293-
CMYK0.3700.600.09
HSL97.12º75.14%63.73%-
HSV(B)97.12º59.91%90.98%-
XYZ42.6964.6120.58-
YUV190.4473.0196.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=31.00%
G=49.26%
B=19.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146232930.3700.600.0997.1275.1463.73
Hex92E85D2503C9614b40
Octal2223501354507411141113100
Binary1001001011101000101110110010101111001001110000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,232,93); }

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

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

 a { background-color: rgb(146,232,93); }

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

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

 span { border-color: rgb(146,232,93); }

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