#0CB64F

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

Shades of Pigment Green #0CB64F

Tints of Pigment Green #0CB64F

Color information

#0CB64F (or 0x0CB64F) is unknown color: approx Pigment Green. HEX triplet: 0C, B6 and 4F. RGB value is (12,182,79). Sum of RGB (Red+Green+Blue) = 12+182+79=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB64F is #F349B0. Grayscale: #777777. Windows color (decimal): -15944113 or 5223948. OLE color: 5223948.

HSL color Cylindrical-coordinate representation of color #0CB64F: hue angle of 143.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB64F is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1218279-
CMYK0.9300.570.29
HSL143.65º87.63%38.04%-
HSV(B)143.65º93.41%71.37%-
XYZ18.2934.113.01-
YUV119.43105.1851.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 182 (71.48% from 255) = 66.67%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=4.40%
G=66.67%
B=28.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12182790.9300.570.29143.6587.6338.04
HexCB64F5D0391D905826
Octal142661171350713522013046
Binary11001011011010011111011101011100111101100100001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,79); }

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

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

 a { background-color: rgb(12,182,79); }

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

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

 span { border-color: rgb(12,182,79); }

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