#0CAC3F

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

Shades of Dark Pastel Green #0CAC3F

Tints of Dark Pastel Green #0CAC3F

Color information

#0CAC3F (or 0x0CAC3F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AC and 3F. RGB value is (12,172,63). Sum of RGB (Red+Green+Blue) = 12+172+63=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC3F is #F353C0. Grayscale: #707070. Windows color (decimal): -15946689 or 4172812. OLE color: 4172812.

HSL color Cylindrical-coordinate representation of color #0CAC3F: hue angle of 139.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC3F is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1217263-
CMYK0.9300.630.33
HSL139.12º86.96%36.08%-
HSV(B)139.12º93.02%67.45%-
XYZ15.829.949.65-
YUV111.73100.4956.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 172 (67.58% from 255) = 69.64%
BLUE value IS 63 (25% from 255) = 25.51%
R=4.86%
G=69.64%
B=25.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12172630.9300.630.33139.1286.9636.08
HexCAC3F5D03F218b5724
Octal14254771350774121312744
Binary11001010110011111110111010111111100001100010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,172,63); }

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

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

 a { background-color: rgb(12,172,63); }

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

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

 span { border-color: rgb(12,172,63); }

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