Html Css Color HEX #0C9237 Pigment Green

📋 copy color: '#0C9237'

red 12 ◦ green 146 ◦ blue 55

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

Shades of Pigment Green #0C9237

Tints of Pigment Green #0C9237

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.54%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 5.63%
G = 68.54%
B = 25.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#0C9237 (or 0x0C9237) is known color: Pigment Green. HEX triplet: 0C, 92 and 37. RGB value is (12,146,55). Sum of RGB (Red+Green+Blue) = 12+146+55=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9237 is #F36DC8. Grayscale: #5F5F5F. Windows color (decimal): -15953353 or 3641868. OLE color: 3641868.

HSL color Cylindrical-coordinate representation of color #0C9237: hue angle of 139.25º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9237 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 146 55 -
CMYK 0.92 0 0.62 0.43
HSL 139.25º 0.85% 0.31% -
HSV(B) 139.25º 0.92% 0.57% -
XYZ 11.12 20.91 7.06 -
YUV 95.56 105.11 68.4 -
System Red Green Blue C M Y K H S L
Decimal 12 146 55 0.92 0 0.62 0.43 139.25 0.85 0.31
Hex C 92 37 5C 0 3E 2B 8B 55 1F
Octal 14 222 67 134 0 76 53 213 125 37
Binary 1100 10010010 110111 1011100 0 111110 101011 10001011 1010101 11111

Color Harmonies of #0C9237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9237

Black with #0C9237

Text Example


Text Example

White with #0C9237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,146,55); }

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

background-color css

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

 a { background-color: rgb(12,146,55); }

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

border-color css

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

 span { border-color: rgb(12,146,55); }

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