#0CC647

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

Shades of Dark Pastel Green #0CC647

Tints of Dark Pastel Green #0CC647

Color information

#0CC647 (or 0x0CC647) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C6 and 47. RGB value is (12,198,71). Sum of RGB (Red+Green+Blue) = 12+198+71=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 198 (77.73% from 255 or 70.46% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC647 is #F339B8. Grayscale: #808080. Windows color (decimal): -15940025 or 4703756. OLE color: 4703756.

HSL color Cylindrical-coordinate representation of color #0CC647: hue angle of 139.03º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC647 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB1219871-
CMYK0.9400.640.22
HSL139.03º88.57%41.18%-
HSV(B)139.03º93.94%77.65%-
XYZ21.4840.9212.73-
YUV127.9195.8845.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 198 (77.73% from 255) = 70.46%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=4.27%
G=70.46%
B=25.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12198710.9400.640.22139.0388.5741.18
HexCC6475E040168b5929
Octal1430610713601002621313151
Binary110011000110100011110111100100000010110100010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,198,71); }

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

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

 a { background-color: rgb(12,198,71); }

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

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

 span { border-color: rgb(12,198,71); }

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