Html Css Color HEX #0C993D Pigment Green

📋 copy color: '#0C993D'

red 12 ◦ green 153 ◦ blue 61

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

Shades of Pigment Green #0C993D

Tints of Pigment Green #0C993D

RGB

 RED value IS 12 (5.08% from 255) = 5.31%

 GREEN value IS 153 (60.16% from 255) = 67.7%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 5.31%
G = 67.7%
B = 26.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#0C993D (or 0x0C993D) is known color: Pigment Green. HEX triplet: 0C, 99 and 3D. RGB value is (12,153,61). Sum of RGB (Red+Green+Blue) = 12+153+61=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 153 (60.16% from 255 or 67.70% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 153 - color contains mainly: green. Hex color #0C993D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C993D is #F366C2. Grayscale: #646464. Windows color (decimal): -15951555 or 4036876. OLE color: 4036876.

HSL color Cylindrical-coordinate representation of color #0C993D: hue angle of 140.85º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C993D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 61 -
CMYK 0.92 0 0.60 0.4
HSL 140.85º 0.85% 0.32% -
HSV(B) 140.85º 0.92% 0.6% -
XYZ 12.39 23.2 8.24 -
YUV 100.35 105.79 64.98 -
System Red Green Blue C M Y K H S L
Decimal 12 153 61 0.92 0 0.60 0.4 140.85 0.85 0.32
Hex C 99 3D 5C 0 3C 28 8D 55 20
Octal 14 231 75 134 0 74 50 215 125 40
Binary 1100 10011001 111101 1011100 0 111100 101000 10001101 1010101 100000

Color Harmonies of #0C993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C993D

Black with #0C993D

Text Example


Text Example

White with #0C993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,153,61); }

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

background-color css

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

 a { background-color: rgb(12,153,61); }

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

border-color css

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

 span { border-color: rgb(12,153,61); }

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