Html Css Color HEX #0C9748 Pigment Green

📋 copy color: '#0C9748'

red 12 ◦ green 151 ◦ blue 72

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

Shades of Pigment Green #0C9748

Tints of Pigment Green #0C9748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 64.26%

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 5.11%
G = 64.26%
B = 30.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#0C9748 (or 0x0C9748) is known color: Pigment Green. HEX triplet: 0C, 97 and 48. RGB value is (12,151,72). Sum of RGB (Red+Green+Blue) = 12+151+72=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9748 is #F368B7. Grayscale: #646464. Windows color (decimal): -15952056 or 4757260. OLE color: 4757260.

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

Color convert

RGB 12 151 72 -
CMYK 0.92 0 0.52 0.41
HSL 145.9º 0.85% 0.32% -
HSV(B) 145.9º 0.92% 0.59% -
XYZ 12.39 22.68 9.86 -
YUV 100.43 111.95 64.92 -
System Red Green Blue C M Y K H S L
Decimal 12 151 72 0.92 0 0.52 0.41 145.9 0.85 0.32
Hex C 97 48 5C 0 34 29 92 55 20
Octal 14 227 110 134 0 64 51 222 125 40
Binary 1100 10010111 1001000 1011100 0 110100 101001 10010010 1010101 100000

Color Harmonies of #0C9748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9748

Black with #0C9748

Text Example


Text Example

White with #0C9748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,151,72); }

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

background-color css

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

 a { background-color: rgb(12,151,72); }

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

border-color css

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

 span { border-color: rgb(12,151,72); }

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