Html Css Color HEX #0C954B Pigment Green

📋 copy color: '#0C954B'

red 12 ◦ green 149 ◦ blue 75

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

Shades of Pigment Green #0C954B

Tints of Pigment Green #0C954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.14%

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

R = 5.08%
G = 63.14%
B = 31.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#0C954B (or 0x0C954B) is known color: Pigment Green. HEX triplet: 0C, 95 and 4B. RGB value is (12,149,75). Sum of RGB (Red+Green+Blue) = 12+149+75=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #0C954B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C954B is #F36AB4. Grayscale: #636363. Windows color (decimal): -15952565 or 4953356. OLE color: 4953356.

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

Color convert

RGB 12 149 75 -
CMYK 0.92 0 0.50 0.42
HSL 147.59º 0.85% 0.32% -
HSV(B) 147.59º 0.92% 0.58% -
XYZ 12.17 22.08 10.28 -
YUV 99.6 114.11 65.52 -
System Red Green Blue C M Y K H S L
Decimal 12 149 75 0.92 0 0.50 0.42 147.59 0.85 0.32
Hex C 95 4B 5C 0 32 2A 94 55 20
Octal 14 225 113 134 0 62 52 224 125 40
Binary 1100 10010101 1001011 1011100 0 110010 101010 10010100 1010101 100000

Color Harmonies of #0C954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C954B

Black with #0C954B

Text Example


Text Example

White with #0C954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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