Html Css Color HEX #0D964B Pigment Green

📋 copy color: '#0D964B'

red 13 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #0D964B

Tints of Pigment Green #0D964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 5.46%
G = 63.03%
B = 31.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#0D964B (or 0x0D964B) is known color: Pigment Green. HEX triplet: 0D, 96 and 4B. RGB value is (13,150,75). Sum of RGB (Red+Green+Blue) = 13+150+75=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #0D964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D964B is #F269B4. Grayscale: #646464. Windows color (decimal): -15886773 or 4953613. OLE color: 4953613.

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

Color convert

RGB 13 150 75 -
CMYK 0.91 0 0.5 0.41
HSL 147.15º 0.84% 0.32% -
HSV(B) 147.15º 0.91% 0.59% -
XYZ 12.34 22.41 10.33 -
YUV 100.49 113.61 65.6 -
System Red Green Blue C M Y K H S L
Decimal 13 150 75 0.91 0 0.5 0.41 147.15 0.84 0.32
Hex D 96 4B 5B 0 32 29 93 54 20
Octal 15 226 113 133 0 62 51 223 124 40
Binary 1101 10010110 1001011 1011011 0 110010 101001 10010011 1010100 100000

Color Harmonies of #0D964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D964B

Black with #0D964B

Text Example


Text Example

White with #0D964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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