#0C9638

Color #0C9638 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0C9638

Tints of Pigment Green #0C9638

Color information

#0C9638 (or 0x0C9638) is unknown color: approx Pigment Green. HEX triplet: 0C, 96 and 38. RGB value is (12,150,56). Sum of RGB (Red+Green+Blue) = 12+150+56=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9638 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9638 is #F369C7. Grayscale: #626262. Windows color (decimal): -15952328 or 3708428. OLE color: 3708428.

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

Color convert

RGB1215056-
CMYK0.9200.630.41
HSL139.13º85.19%31.76%-
HSV(B)139.13º92%58.82%-
XYZ11.7722.187.4-
YUV98.02104.2866.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 150 (58.98% from 255) = 68.81%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=5.50%
G=68.81%
B=25.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12150560.9200.630.41139.1385.1931.76
HexC96385C03F298b5520
Octal14226701340775121312540
Binary11001001011011100010111000111111101001100010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,56); }

 H1.HeaderClassName
 {
   color: #0C9638;
 }
 .AnyTagClassName
 {
   color: #0C9638;
 }
</style>
background-color css

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

 a { background-color: rgb(12,150,56); }

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

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

 span { border-color: rgb(12,150,56); }

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