Html Css Color HEX #0C994B Pigment Green

📋 copy color: '#0C994B'

red 12 ◦ green 153 ◦ blue 75

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

Shades of Pigment Green #0C994B

Tints of Pigment Green #0C994B

RGB

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

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

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

R = 5%
G = 63.75%
B = 31.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#0C994B (or 0x0C994B) is known color: Pigment Green. HEX triplet: 0C, 99 and 4B. RGB value is (12,153,75). Sum of RGB (Red+Green+Blue) = 12+153+75=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #0C994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C994B is #F366B4. Grayscale: #666666. Windows color (decimal): -15951541 or 4954380. OLE color: 4954380.

HSL color Cylindrical-coordinate representation of color #0C994B: hue angle of 146.81º 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 #0C994B is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 75 -
CMYK 0.92 0 0.51 0.4
HSL 146.81º 0.85% 0.32% -
HSV(B) 146.81º 0.92% 0.6% -
XYZ 12.81 23.37 10.49 -
YUV 101.95 112.79 63.84 -
System Red Green Blue C M Y K H S L
Decimal 12 153 75 0.92 0 0.51 0.4 146.81 0.85 0.32
Hex C 99 4B 5C 0 33 28 93 55 20
Octal 14 231 113 134 0 63 50 223 125 40
Binary 1100 10011001 1001011 1011100 0 110011 101000 10010011 1010101 100000

Color Harmonies of #0C994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C994B

Black with #0C994B

Text Example


Text Example

White with #0C994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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