#0D9E37

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

Shades of Pigment Green #0D9E37

Tints of Pigment Green #0D9E37

Color information

#0D9E37 (or 0x0D9E37) is unknown color: approx Pigment Green. HEX triplet: 0D, 9E and 37. RGB value is (13,158,55). Sum of RGB (Red+Green+Blue) = 13+158+55=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 158 (62.11% from 255 or 69.91% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E37 is #F261C8. Grayscale: #676767. Windows color (decimal): -15884745 or 3644941. OLE color: 3644941.

HSL color Cylindrical-coordinate representation of color #0D9E37: hue angle of 137.38º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E37 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1315855-
CMYK0.9200.650.38
HSL137.38º84.8%33.53%-
HSV(B)137.38º91.77%61.96%-
XYZ13.0824.827.71-
YUV102.9100.9663.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.75%
GREEN value IS 158 (62.11% from 255) = 69.91%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=5.75%
G=69.91%
B=24.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13158550.9200.650.38137.3884.833.53
HexD9E375C04126895522
Octal152366713401014621112542
Binary110110011110110111101110001000001100110100010011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,158,55); }

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

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

 a { background-color: rgb(13,158,55); }

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

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

 span { border-color: rgb(13,158,55); }

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