Html Css Color HEX #0D9944 Pigment Green

📋 copy color: '#0D9944'

red 13 ◦ green 153 ◦ blue 68

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

Shades of Pigment Green #0D9944

Tints of Pigment Green #0D9944

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.38%

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 5.56%
G = 65.38%
B = 29.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#0D9944 (or 0x0D9944) is known color: Pigment Green. HEX triplet: 0D, 99 and 44. RGB value is (13,153,68). Sum of RGB (Red+Green+Blue) = 13+153+68=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9944 is #F266BB. Grayscale: #656565. Windows color (decimal): -15886012 or 4495629. OLE color: 4495629.

HSL color Cylindrical-coordinate representation of color #0D9944: hue angle of 143.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9944 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 153 68 -
CMYK 0.92 0 0.56 0.4
HSL 143.57º 0.84% 0.33% -
HSV(B) 143.57º 0.92% 0.6% -
XYZ 12.6 23.29 9.3 -
YUV 101.45 109.12 64.91 -
System Red Green Blue C M Y K H S L
Decimal 13 153 68 0.92 0 0.56 0.4 143.57 0.84 0.33
Hex D 99 44 5C 0 38 28 90 54 21
Octal 15 231 104 134 0 70 50 220 124 41
Binary 1101 10011001 1000100 1011100 0 111000 101000 10010000 1010100 100001

Color Harmonies of #0D9944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9944

Black with #0D9944

Text Example


Text Example

White with #0D9944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,153,68); }

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

background-color css

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

 a { background-color: rgb(13,153,68); }

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

border-color css

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

 span { border-color: rgb(13,153,68); }

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