#0EC522

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

Shades of Dark Pastel Green #0EC522

Tints of Dark Pastel Green #0EC522

Color information

#0EC522 (or 0x0EC522) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C5 and 22. RGB value is (14,197,34). Sum of RGB (Red+Green+Blue) = 14+197+34=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC522 is #F13ADD. Grayscale: #7C7C7C. Windows color (decimal): -15809246 or 2278670. OLE color: 2278670.

HSL color Cylindrical-coordinate representation of color #0EC522: hue angle of 126.56º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC522 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB1419734-
CMYK0.9300.830.23
HSL126.56º86.73%41.37%-
HSV(B)126.56º92.89%77.25%-
XYZ20.4440.148.18-
YUV123.777.3749.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 197 (77.34% from 255) = 80.41%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=5.71%
G=80.41%
B=13.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14197340.9300.830.23126.5686.7341.37
HexEC5225D053177f5729
Octal163054213501232717712751
Binary1110110001011000101011101010100111011111111111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,197,34); }

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

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

 a { background-color: rgb(14,197,34); }

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

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

 span { border-color: rgb(14,197,34); }

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