#0C9435

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

Shades of Pigment Green #0C9435

Tints of Pigment Green #0C9435

Color information

#0C9435 (or 0x0C9435) is unknown color: approx Pigment Green. HEX triplet: 0C, 94 and 35. RGB value is (12,148,53). Sum of RGB (Red+Green+Blue) = 12+148+53=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9435 is #F36BCA. Grayscale: #606060. Windows color (decimal): -15952843 or 3511308. OLE color: 3511308.

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

Color convert

RGB1214853-
CMYK0.9200.640.42
HSL138.09º85%31.37%-
HSV(B)138.09º91.89%58.04%-
XYZ11.3821.526.92-
YUV96.51103.4467.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.63%
GREEN value IS 148 (58.20% from 255) = 69.48%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=5.63%
G=69.48%
B=24.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12148530.9200.640.42138.098531.37
HexC94355C0402A8a551f
Octal142246513401005221212537
Binary11001001010011010110111000100000010101010001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,148,53); }

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

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

 a { background-color: rgb(12,148,53); }

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

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

 span { border-color: rgb(12,148,53); }

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