#0CC148

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

Shades of Dark Pastel Green #0CC148

Tints of Dark Pastel Green #0CC148

Color information

#0CC148 (or 0x0CC148) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C1 and 48. RGB value is (12,193,72). Sum of RGB (Red+Green+Blue) = 12+193+72=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC148 is #F33EB7. Grayscale: #7D7D7D. Windows color (decimal): -15941304 or 4768012. OLE color: 4768012.

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

Color convert

RGB1219372-
CMYK0.9400.630.24
HSL139.89º88.29%40.2%-
HSV(B)139.89º93.78%75.69%-
XYZ20.3938.6912.52-
YUV125.0998.0347.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=4.33%
G=69.68%
B=25.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12193720.9400.630.24139.8988.2940.2
HexCC1485E03F188c5828
Octal143011101360773021413050
Binary11001100000110010001011110011111111000100011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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