#0D914A

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

Shades of Pigment Green #0D914A

Tints of Pigment Green #0D914A

Color information

#0D914A (or 0x0D914A) is unknown color: approx Pigment Green. HEX triplet: 0D, 91 and 4A. RGB value is (13,145,74). Sum of RGB (Red+Green+Blue) = 13+145+74=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #0D914A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D914A is #F26EB5. Grayscale: #616161. Windows color (decimal): -15888054 or 4886797. OLE color: 4886797.

HSL color Cylindrical-coordinate representation of color #0D914A: hue angle of 147.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D914A is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1314574-
CMYK0.9100.490.43
HSL147.73º83.54%30.98%-
HSV(B)147.73º91.03%56.86%-
XYZ11.5320.839.89-
YUV97.44114.7767.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 145 (57.03% from 255) = 62.5%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=5.60%
G=62.5%
B=31.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13145740.9100.490.43147.7383.5430.98
HexD914A5B0312B94541f
Octal152211121330615322412437
Binary11011001000110010101011011011000110101110010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,145,74); }

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

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

 a { background-color: rgb(13,145,74); }

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

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

 span { border-color: rgb(13,145,74); }

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