#0CC41B

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

Shades of Dark Pastel Green #0CC41B

Tints of Dark Pastel Green #0CC41B

Color information

#0CC41B (or 0x0CC41B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C4 and 1B. RGB value is (12,196,27). Sum of RGB (Red+Green+Blue) = 12+196+27=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 196 (76.95% from 255 or 83.40% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC41B is #F33BE4. Grayscale: #7A7A7A. Windows color (decimal): -15940581 or 1819660. OLE color: 1819660.

HSL color Cylindrical-coordinate representation of color #0CC41B: hue angle of 124.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC41B is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1219627-
CMYK0.9400.860.23
HSL124.89º88.46%40.78%-
HSV(B)124.89º93.88%76.86%-
XYZ20.0939.647.63-
YUV121.7274.5449.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 196 (76.95% from 255) = 83.40%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=5.11%
G=83.40%
B=11.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12196270.9400.860.23124.8988.4640.78
HexCC41B5E056177d5829
Octal143043313601262717513051
Binary110011000100110111011110010101101011111111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,196,27); }

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

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

 a { background-color: rgb(12,196,27); }

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

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

 span { border-color: rgb(12,196,27); }

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