#0CB92E

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

Shades of Dark Pastel Green #0CB92E

Tints of Dark Pastel Green #0CB92E

Color information

#0CB92E (or 0x0CB92E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B9 and 2E. RGB value is (12,185,46). Sum of RGB (Red+Green+Blue) = 12+185+46=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 185 (72.66% from 255 or 76.13% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB92E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB92E is #F346D1. Grayscale: #757575. Windows color (decimal): -15943378 or 3062028. OLE color: 3062028.

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

Color convert

RGB1218546-
CMYK0.9400.750.27
HSL131.79º87.82%38.63%-
HSV(B)131.79º93.51%72.55%-
XYZ17.9934.978.39-
YUV117.4387.6952.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 185 (72.66% from 255) = 76.13%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=4.94%
G=76.13%
B=18.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12185460.9400.750.27131.7987.8238.63
HexCB92E5E04B1B845827
Octal142715613601133320413047
Binary11001011100110111010111100100101111011100001001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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