#0CB35D

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

Shades of Pigment Green #0CB35D

Tints of Pigment Green #0CB35D

Color information

#0CB35D (or 0x0CB35D) is unknown color: approx Pigment Green. HEX triplet: 0C, B3 and 5D. RGB value is (12,179,93). Sum of RGB (Red+Green+Blue) = 12+179+93=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB35D is #F34CA2. Grayscale: #777777. Windows color (decimal): -15944867 or 6140684. OLE color: 6140684.

HSL color Cylindrical-coordinate representation of color #0CB35D: hue angle of 149.1º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB35D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1217993-
CMYK0.9300.480.30
HSL149.1º87.43%37.45%-
HSV(B)149.1º93.3%70.2%-
XYZ18.2533.1115.78-
YUV119.26113.1751.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.23%
GREEN value IS 179 (70.31% from 255) = 63.03%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=4.23%
G=63.03%
B=32.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179930.9300.480.30149.187.4337.45
HexCB35D5D0301E955725
Octal142631351350603622512745
Binary11001011001110111011011101011000011110100101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,179,93); }

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

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

 a { background-color: rgb(12,179,93); }

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

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

 span { border-color: rgb(12,179,93); }

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