#0CBE36

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

Shades of Dark Pastel Green #0CBE36

Tints of Dark Pastel Green #0CBE36

Color information

#0CBE36 (or 0x0CBE36) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BE and 36. RGB value is (12,190,54). Sum of RGB (Red+Green+Blue) = 12+190+54=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE36 is #F341C9. Grayscale: #797979. Windows color (decimal): -15942090 or 3587596. OLE color: 3587596.

HSL color Cylindrical-coordinate representation of color #0CBE36: hue angle of 134.16º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE36 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1219054-
CMYK0.9400.720.25
HSL134.16º88.12%39.61%-
HSV(B)134.16º93.68%74.51%-
XYZ19.2337.179.65-
YUV121.2790.0350.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 190 (74.61% from 255) = 74.22%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=4.69%
G=74.22%
B=21.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12190540.9400.720.25134.1688.1239.61
HexCBE365E04819865828
Octal142766613601103120613050
Binary11001011111011011010111100100100011001100001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,54); }

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

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

 a { background-color: rgb(12,190,54); }

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

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

 span { border-color: rgb(12,190,54); }

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