#0D914B

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

Shades of Pigment Green #0D914B

Tints of Pigment Green #0D914B

Color information

#0D914B (or 0x0D914B) is unknown color: approx Pigment Green. HEX triplet: 0D, 91 and 4B. RGB value is (13,145,75). Sum of RGB (Red+Green+Blue) = 13+145+75=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #0D914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D914B is #F26EB4. Grayscale: #616161. Windows color (decimal): -15888053 or 4952333. OLE color: 4952333.

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

Color convert

RGB1314575-
CMYK0.9100.480.43
HSL148.18º83.54%30.98%-
HSV(B)148.18º91.03%56.86%-
XYZ11.5620.8410.07-
YUV97.55115.2767.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.58%
GREEN value IS 145 (57.03% from 255) = 62.23%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=5.58%
G=62.23%
B=32.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13145750.9100.480.43148.1883.5430.98
HexD914B5B0302B94541f
Octal152211131330605322412437
Binary11011001000110010111011011011000010101110010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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