#0EB225

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

Shades of Dark Pastel Green #0EB225

Tints of Dark Pastel Green #0EB225

Color information

#0EB225 (or 0x0EB225) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B2 and 25. RGB value is (14,178,37). Sum of RGB (Red+Green+Blue) = 14+178+37=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB225 is #F14DDA. Grayscale: #717171. Windows color (decimal): -15814107 or 2470414. OLE color: 2470414.

HSL color Cylindrical-coordinate representation of color #0EB225: hue angle of 128.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB225 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1417837-
CMYK0.9200.790.30
HSL128.41º85.42%37.65%-
HSV(B)128.41º92.13%69.8%-
XYZ16.4432.077.07-
YUV112.8985.1757.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 178 (69.92% from 255) = 77.73%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=6.11%
G=77.73%
B=16.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178370.9200.790.30128.4185.4237.65
HexEB2255C04F1E805526
Octal162624513401173620012546
Binary11101011001010010110111000100111111110100000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,37); }

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

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

 a { background-color: rgb(14,178,37); }

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

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

 span { border-color: rgb(14,178,37); }

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