#0EB232

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

Shades of Dark Pastel Green #0EB232

Tints of Dark Pastel Green #0EB232

Color information

#0EB232 (or 0x0EB232) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B2 and 32. RGB value is (14,178,50). Sum of RGB (Red+Green+Blue) = 14+178+50=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB232 is #F14DCD. Grayscale: #727272. Windows color (decimal): -15814094 or 3322382. OLE color: 3322382.

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

Color convert

RGB1417850-
CMYK0.9200.720.30
HSL133.17º85.42%37.65%-
HSV(B)133.17º92.13%69.8%-
XYZ16.6832.168.35-
YUV114.3791.6756.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.79%
GREEN value IS 178 (69.92% from 255) = 73.55%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=5.79%
G=73.55%
B=20.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178500.9200.720.30133.1785.4237.65
HexEB2325C0481E855526
Octal162626213401103620512546
Binary11101011001011001010111000100100011110100001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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