#0E924D

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

Shades of Pigment Green #0E924D

Tints of Pigment Green #0E924D

Color information

#0E924D (or 0x0E924D) is unknown color: approx Pigment Green. HEX triplet: 0E, 92 and 4D. RGB value is (14,146,77). Sum of RGB (Red+Green+Blue) = 14+146+77=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #0E924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E924D is #F16DB2. Grayscale: #626262. Windows color (decimal): -15822259 or 5083662. OLE color: 5083662.

HSL color Cylindrical-coordinate representation of color #0E924D: hue angle of 148.64º 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 #0E924D is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1414677-
CMYK0.9000.470.43
HSL148.64º82.5%31.37%-
HSV(B)148.64º90.41%57.25%-
XYZ11.821.1910.49-
YUV98.67115.7767.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=5.91%
G=61.60%
B=32.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146770.9000.470.43148.6482.531.37
HexE924D5A02F2B95521f
Octal162221151320575322512237
Binary11101001001010011011011010010111110101110010101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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