#0CC14B

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

Shades of Dark Pastel Green #0CC14B

Tints of Dark Pastel Green #0CC14B

Color information

#0CC14B (or 0x0CC14B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C1 and 4B. RGB value is (12,193,75). Sum of RGB (Red+Green+Blue) = 12+193+75=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC14B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC14B is #F33EB4. Grayscale: #7D7D7D. Windows color (decimal): -15941301 or 4964620. OLE color: 4964620.

HSL color Cylindrical-coordinate representation of color #0CC14B: hue angle of 140.88º 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 #0CC14B is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1219375-
CMYK0.9400.610.24
HSL140.88º88.29%40.2%-
HSV(B)140.88º93.78%75.69%-
XYZ20.4938.7313.05-
YUV125.4399.5347.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.29%
GREEN value IS 193 (75.78% from 255) = 68.93%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=4.29%
G=68.93%
B=26.79%

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
Decimal12193750.9400.610.24140.8888.2940.2
HexCC14B5E03D188d5828
Octal143011131360753021513050
Binary11001100000110010111011110011110111000100011011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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