#0EB324

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

Shades of Dark Pastel Green #0EB324

Tints of Dark Pastel Green #0EB324

Color information

#0EB324 (or 0x0EB324) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B3 and 24. RGB value is (14,179,36). Sum of RGB (Red+Green+Blue) = 14+179+36=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB324 is #F14CDB. Grayscale: #717171. Windows color (decimal): -15813852 or 2405134. OLE color: 2405134.

HSL color Cylindrical-coordinate representation of color #0EB324: hue angle of 128º 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 #0EB324 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1417936-
CMYK0.9200.800.30
HSL128º85.49%37.84%-
HSV(B)128º92.18%70.2%-
XYZ16.6232.467.06-
YUV113.3684.3457.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 179 (70.31% from 255) = 78.17%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=6.11%
G=78.17%
B=15.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14179360.9200.800.3012885.4937.84
HexEB3245C0501E805526
Octal162634413401203620012546
Binary11101011001110010010111000101000011110100000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,179,36); }

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

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

 a { background-color: rgb(14,179,36); }

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

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

 span { border-color: rgb(14,179,36); }

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