#0EC633

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

Shades of Dark Pastel Green #0EC633

Tints of Dark Pastel Green #0EC633

Color information

#0EC633 (or 0x0EC633) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C6 and 33. RGB value is (14,198,51). Sum of RGB (Red+Green+Blue) = 14+198+51=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 198 (77.73% from 255 or 75.29% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC633 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC633 is #F139CC. Grayscale: #7E7E7E. Windows color (decimal): -15808973 or 3393038. OLE color: 3393038.

HSL color Cylindrical-coordinate representation of color #0EC633: hue angle of 132.07º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC633 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1419851-
CMYK0.9300.740.22
HSL132.07º86.79%41.57%-
HSV(B)132.07º92.93%77.65%-
XYZ20.9740.729.89-
YUV126.2385.5447.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 198 (77.73% from 255) = 75.29%
BLUE value IS 51 (20.31% from 255) = 19.39%
R=5.32%
G=75.29%
B=19.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14198510.9300.740.22132.0786.7941.57
HexEC6335D04A1684572a
Octal163066313501122620412752
Binary11101100011011001110111010100101010110100001001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,198,51); }

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

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

 a { background-color: rgb(14,198,51); }

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

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

 span { border-color: rgb(14,198,51); }

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