Html Css Color HEX #0D9C3A Pigment Green

📋 copy color: '#0D9C3A'

red 13 ◦ green 156 ◦ blue 58

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

Shades of Pigment Green #0D9C3A

Tints of Pigment Green #0D9C3A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 68.72%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 5.73%
G = 68.72%
B = 25.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#0D9C3A (or 0x0D9C3A) is known color: Pigment Green. HEX triplet: 0D, 9C and 3A. RGB value is (13,156,58). Sum of RGB (Red+Green+Blue) = 13+156+58=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 156 (61.33% from 255 or 68.72% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9C3A is #F263C5. Grayscale: #666666. Windows color (decimal): -15885254 or 3841037. OLE color: 3841037.

HSL color Cylindrical-coordinate representation of color #0D9C3A: hue angle of 138.88º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9C3A is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 156 58 -
CMYK 0.92 0 0.63 0.39
HSL 138.88º 0.85% 0.33% -
HSV(B) 138.88º 0.92% 0.61% -
XYZ 12.82 24.17 7.99 -
YUV 102.07 103.12 64.47 -
System Red Green Blue C M Y K H S L
Decimal 13 156 58 0.92 0 0.63 0.39 138.88 0.85 0.33
Hex D 9C 3A 5C 0 3F 27 8B 55 21
Octal 15 234 72 134 0 77 47 213 125 41
Binary 1101 10011100 111010 1011100 0 111111 100111 10001011 1010101 100001

Color Harmonies of #0D9C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9C3A

Black with #0D9C3A

Text Example


Text Example

White with #0D9C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,156,58); }

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

background-color css

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

 a { background-color: rgb(13,156,58); }

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

border-color css

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

 span { border-color: rgb(13,156,58); }

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