#0CC21B

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

Shades of Dark Pastel Green #0CC21B

Tints of Dark Pastel Green #0CC21B

Color information

#0CC21B (or 0x0CC21B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C2 and 1B. RGB value is (12,194,27). Sum of RGB (Red+Green+Blue) = 12+194+27=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 194 (76.17% from 255 or 83.26% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC21B is #F33DE4. Grayscale: #797979. Windows color (decimal): -15941093 or 1819148. OLE color: 1819148.

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

Color convert

RGB1219427-
CMYK0.9400.860.24
HSL124.95º88.35%40.39%-
HSV(B)124.95º93.81%76.08%-
XYZ19.6438.747.48-
YUV120.5475.250.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 194 (76.17% from 255) = 83.26%
BLUE value IS 27 (10.94% from 255) = 11.59%
R=5.15%
G=83.26%
B=11.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12194270.9400.860.24124.9588.3540.39
HexCC21B5E056187d5828
Octal143023313601263017513050
Binary110011000010110111011110010101101100011111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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