#0CC14C

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

Shades of Dark Pastel Green #0CC14C

Tints of Dark Pastel Green #0CC14C

Color information

#0CC14C (or 0x0CC14C) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C1 and 4C. RGB value is (12,193,76). Sum of RGB (Red+Green+Blue) = 12+193+76=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC14C is #F33EB3. Grayscale: #7D7D7D. Windows color (decimal): -15941300 or 5030156. OLE color: 5030156.

HSL color Cylindrical-coordinate representation of color #0CC14C: hue angle of 141.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC14C is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1219376-
CMYK0.9400.610.24
HSL141.22º88.29%40.2%-
HSV(B)141.22º93.78%75.69%-
XYZ20.5338.7413.23-
YUV125.54100.0347.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 193 (75.78% from 255) = 68.68%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=4.27%
G=68.68%
B=27.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12193760.9400.610.24141.2288.2940.2
HexCC14C5E03D188d5828
Octal143011141360753021513050
Binary11001100000110011001011110011110111000100011011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,193,76); }

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

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

 a { background-color: rgb(12,193,76); }

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

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

 span { border-color: rgb(12,193,76); }

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