Html Css Color HEX #0D9639 Pigment Green

📋 copy color: '#0D9639'

red 13 ◦ green 150 ◦ blue 57

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

Shades of Pigment Green #0D9639

Tints of Pigment Green #0D9639

RGB

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

 GREEN value IS 150 (58.98% from 255) = 68.18%

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 5.91%
G = 68.18%
B = 25.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#0D9639 (or 0x0D9639) is known color: Pigment Green. HEX triplet: 0D, 96 and 39. RGB value is (13,150,57). Sum of RGB (Red+Green+Blue) = 13+150+57=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9639 is #F269C6. Grayscale: #626262. Windows color (decimal): -15886791 or 3773965. OLE color: 3773965.

HSL color Cylindrical-coordinate representation of color #0D9639: hue angle of 139.27º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9639 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 150 57 -
CMYK 0.91 0 0.62 0.41
HSL 139.27º 0.84% 0.32% -
HSV(B) 139.27º 0.91% 0.59% -
XYZ 11.81 22.19 7.53 -
YUV 98.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 13 150 57 0.91 0 0.62 0.41 139.27 0.84 0.32
Hex D 96 39 5B 0 3E 29 8B 54 20
Octal 15 226 71 133 0 76 51 213 124 40
Binary 1101 10010110 111001 1011011 0 111110 101001 10001011 1010100 100000

Color Harmonies of #0D9639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9639

Black with #0D9639

Text Example


Text Example

White with #0D9639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,150,57); }

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

background-color css

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

 a { background-color: rgb(13,150,57); }

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

border-color css

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

 span { border-color: rgb(13,150,57); }

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