#93E85A

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

Shades of Conifer #93E85A

Tints of Conifer #93E85A

Color information

#93E85A (or 0x93E85A) is unknown color: approx Conifer. HEX triplet: 93, E8 and 5A. RGB value is (147,232,90). Sum of RGB (Red+Green+Blue) = 147+232+90=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #93E85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E85A is #6C17A5. Grayscale: #BEBEBE. Windows color (decimal): -7083942 or 5957779. OLE color: 5957779.

HSL color Cylindrical-coordinate representation of color #93E85A: hue angle of 95.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93E85A is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB14723290-
CMYK0.3700.610.09
HSL95.92º75.53%63.14%-
HSV(B)95.92º61.21%90.98%-
XYZ42.7364.6519.9-
YUV190.471.3497.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 232 (91.02% from 255) = 49.47%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=31.34%
G=49.47%
B=19.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal147232900.3700.610.0995.9275.5363.14
Hex93E85A2503D9604c3f
Octal223350132450751114011477
Binary100100111110100010110101001010111101100111000001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93E85A; }

 p { color: rgb(147,232,90); }

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

<style>
 a { background-color: #93E85A; }

 a { background-color: rgb(147,232,90); }

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

<style>
 span { border-color: #93E85A; }

 span { border-color: rgb(147,232,90); }

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