Html Css Color HEX #0D9746 Pigment Green

📋 copy color: '#0D9746'

red 13 ◦ green 151 ◦ blue 70

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

Shades of Pigment Green #0D9746

Tints of Pigment Green #0D9746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 64.53%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 5.56%
G = 64.53%
B = 29.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#0D9746 (or 0x0D9746) is known color: Pigment Green. HEX triplet: 0D, 97 and 46. RGB value is (13,151,70). Sum of RGB (Red+Green+Blue) = 13+151+70=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 151 (59.38% from 255 or 64.53% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9746 is #F268B9. Grayscale: #646464. Windows color (decimal): -15886522 or 4626189. OLE color: 4626189.

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

Color convert

RGB 13 151 70 -
CMYK 0.91 0 0.54 0.41
HSL 144.78º 0.84% 0.32% -
HSV(B) 144.78º 0.91% 0.59% -
XYZ 12.34 22.66 9.52 -
YUV 100.5 110.78 65.59 -
System Red Green Blue C M Y K H S L
Decimal 13 151 70 0.91 0 0.54 0.41 144.78 0.84 0.32
Hex D 97 46 5B 0 36 29 91 54 20
Octal 15 227 106 133 0 66 51 221 124 40
Binary 1101 10010111 1000110 1011011 0 110110 101001 10010001 1010100 100000

Color Harmonies of #0D9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9746

Black with #0D9746

Text Example


Text Example

White with #0D9746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,151,70); }

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

background-color css

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

 a { background-color: rgb(13,151,70); }

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

border-color css

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

 span { border-color: rgb(13,151,70); }

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