#0E923E

Color #0E923E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0E923E

Tints of Pigment Green #0E923E

Color information

#0E923E (or 0x0E923E) is unknown color: approx Pigment Green. HEX triplet: 0E, 92 and 3E. RGB value is (14,146,62). Sum of RGB (Red+Green+Blue) = 14+146+62=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #0E923E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E923E is #F16DC1. Grayscale: #616161. Windows color (decimal): -15822274 or 4100622. OLE color: 4100622.

HSL color Cylindrical-coordinate representation of color #0E923E: hue angle of 141.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E923E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB1414662-
CMYK0.9000.580.43
HSL141.82º82.5%31.37%-
HSV(B)141.82º90.41%57.25%-
XYZ11.33218.01-
YUV96.96108.2768.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 146 (57.42% from 255) = 65.77%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=6.31%
G=65.77%
B=27.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146620.9000.580.43141.8282.531.37
HexE923E5A03A2B8e521f
Octal16222761320725321612237
Binary1110100100101111101011010011101010101110001110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E923E; }

 p { color: rgb(14,146,62); }

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

<style>
 a { background-color: #0E923E; }

 a { background-color: rgb(14,146,62); }

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

<style>
 span { border-color: #0E923E; }

 span { border-color: rgb(14,146,62); }

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