Html Css Color HEX #0D9E41 Pigment Green

📋 copy color: '#0D9E41'

red 13 ◦ green 158 ◦ blue 65

#0D9E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0D9E41

Tints of Pigment Green #0D9E41

RGB

 RED value IS 13 (5.47% from 255) = 5.51%

 GREEN value IS 158 (62.11% from 255) = 66.95%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 5.51%
G = 66.95%
B = 27.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#0D9E41 (or 0x0D9E41) is known color: Pigment Green. HEX triplet: 0D, 9E and 41. RGB value is (13,158,65). Sum of RGB (Red+Green+Blue) = 13+158+65=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E41 is #F261BE. Grayscale: #686868. Windows color (decimal): -15884735 or 4300301. OLE color: 4300301.

HSL color Cylindrical-coordinate representation of color #0D9E41: hue angle of 141.52º 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 #0D9E41 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 158 65 -
CMYK 0.92 0 0.59 0.38
HSL 141.52º 0.85% 0.34% -
HSV(B) 141.52º 0.92% 0.62% -
XYZ 13.35 24.92 9.11 -
YUV 104.04 105.96 63.06 -
System Red Green Blue C M Y K H S L
Decimal 13 158 65 0.92 0 0.59 0.38 141.52 0.85 0.34
Hex D 9E 41 5C 0 3B 26 8E 55 22
Octal 15 236 101 134 0 73 46 216 125 42
Binary 1101 10011110 1000001 1011100 0 111011 100110 10001110 1010101 100010

Color Harmonies of #0D9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9E41

Black with #0D9E41

Text Example


Text Example

White with #0D9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D9E41;
 }
 .AnyTagClassName
 {
   color: #0D9E41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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