Html Css Color HEX #0D974C Pigment Green

📋 copy color: '#0D974C'

red 13 ◦ green 151 ◦ blue 76

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

Shades of Pigment Green #0D974C

Tints of Pigment Green #0D974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 5.42%
G = 62.92%
B = 31.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#0D974C (or 0x0D974C) is known color: Pigment Green. HEX triplet: 0D, 97 and 4C. RGB value is (13,151,76). Sum of RGB (Red+Green+Blue) = 13+151+76=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #0D974C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D974C is #F268B3. Grayscale: #656565. Windows color (decimal): -15886516 or 5019405. OLE color: 5019405.

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

Color convert

RGB 13 151 76 -
CMYK 0.91 0 0.50 0.41
HSL 147.39º 0.84% 0.32% -
HSV(B) 147.39º 0.91% 0.59% -
XYZ 12.54 22.74 10.57 -
YUV 101.19 113.78 65.1 -
System Red Green Blue C M Y K H S L
Decimal 13 151 76 0.91 0 0.50 0.41 147.39 0.84 0.32
Hex D 97 4C 5B 0 32 29 93 54 20
Octal 15 227 114 133 0 62 51 223 124 40
Binary 1101 10010111 1001100 1011011 0 110010 101001 10010011 1010100 100000

Color Harmonies of #0D974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D974C

Black with #0D974C

Text Example


Text Example

White with #0D974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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