#0CB93D

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

Shades of Dark Pastel Green #0CB93D

Tints of Dark Pastel Green #0CB93D

Color information

#0CB93D (or 0x0CB93D) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B9 and 3D. RGB value is (12,185,61). Sum of RGB (Red+Green+Blue) = 12+185+61=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 185 (72.66% from 255 or 71.71% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB93D is #F346C2. Grayscale: #777777. Windows color (decimal): -15943363 or 4045068. OLE color: 4045068.

HSL color Cylindrical-coordinate representation of color #0CB93D: hue angle of 136.99º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB93D is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1218561-
CMYK0.9400.670.27
HSL136.99º87.82%38.63%-
HSV(B)136.99º93.51%72.55%-
XYZ18.3435.1110.23-
YUV119.1495.1951.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.65%
GREEN value IS 185 (72.66% from 255) = 71.71%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=4.65%
G=71.71%
B=23.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12185610.9400.670.27136.9987.8238.63
HexCB93D5E0431B895827
Octal142717513601033321113047
Binary11001011100111110110111100100001111011100010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,61); }

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

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

 a { background-color: rgb(12,185,61); }

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

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

 span { border-color: rgb(12,185,61); }

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