Html Css Color HEX #0C9540 Pigment Green

📋 copy color: '#0C9540'

red 12 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #0C9540

Tints of Pigment Green #0C9540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 5.33%
G = 66.22%
B = 28.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#0C9540 (or 0x0C9540) is known color: Pigment Green. HEX triplet: 0C, 95 and 40. RGB value is (12,149,64). Sum of RGB (Red+Green+Blue) = 12+149+64=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9540 is #F36ABF. Grayscale: #626262. Windows color (decimal): -15952576 or 4232460. OLE color: 4232460.

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

Color convert

RGB 12 149 64 -
CMYK 0.92 0 0.57 0.42
HSL 142.77º 0.85% 0.32% -
HSV(B) 142.77º 0.92% 0.58% -
XYZ 11.82 21.94 8.46 -
YUV 98.35 108.61 66.41 -
System Red Green Blue C M Y K H S L
Decimal 12 149 64 0.92 0 0.57 0.42 142.77 0.85 0.32
Hex C 95 40 5C 0 39 2A 8F 55 20
Octal 14 225 100 134 0 71 52 217 125 40
Binary 1100 10010101 1000000 1011100 0 111001 101010 10001111 1010101 100000

Color Harmonies of #0C9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9540

Black with #0C9540

Text Example


Text Example

White with #0C9540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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