Html Css Color HEX #0D9350 Pigment Green

📋 copy color: '#0D9350'

red 13 ◦ green 147 ◦ blue 80

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

Shades of Pigment Green #0D9350

Tints of Pigment Green #0D9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 5.42%
G = 61.25%
B = 33.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#0D9350 (or 0x0D9350) is known color: Pigment Green. HEX triplet: 0D, 93 and 50. RGB value is (13,147,80). Sum of RGB (Red+Green+Blue) = 13+147+80=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9350 is #F26CAF. Grayscale: #636363. Windows color (decimal): -15887536 or 5280525. OLE color: 5280525.

HSL color Cylindrical-coordinate representation of color #0D9350: hue angle of 150º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9350 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 147 80 -
CMYK 0.91 0 0.46 0.42
HSL 150º 0.84% 0.31% -
HSV(B) 150º 0.91% 0.58% -
XYZ 12.05 21.53 11.11 -
YUV 99.3 117.11 66.45 -
System Red Green Blue C M Y K H S L
Decimal 13 147 80 0.91 0 0.46 0.42 150 0.84 0.31
Hex D 93 50 5B 0 2E 2A 96 54 1F
Octal 15 223 120 133 0 56 52 226 124 37
Binary 1101 10010011 1010000 1011011 0 101110 101010 10010110 1010100 11111

Color Harmonies of #0D9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9350

Black with #0D9350

Text Example


Text Example

White with #0D9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,147,80); }

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

background-color css

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

 a { background-color: rgb(13,147,80); }

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

border-color css

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

 span { border-color: rgb(13,147,80); }

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