#0EB236

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

Shades of Dark Pastel Green #0EB236

Tints of Dark Pastel Green #0EB236

Color information

#0EB236 (or 0x0EB236) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B2 and 36. RGB value is (14,178,54). Sum of RGB (Red+Green+Blue) = 14+178+54=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 178 (69.92% from 255 or 72.36% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB236 is #F14DC9. Grayscale: #737373. Windows color (decimal): -15814090 or 3584526. OLE color: 3584526.

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

Color convert

RGB1417854-
CMYK0.9200.700.30
HSL134.63º85.42%37.65%-
HSV(B)134.63º92.13%69.8%-
XYZ16.7732.28.82-
YUV114.8393.6756.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.69%
GREEN value IS 178 (69.92% from 255) = 72.36%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=5.69%
G=72.36%
B=21.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178540.9200.700.30134.6385.4237.65
HexEB2365C0461E875526
Octal162626613401063620712546
Binary11101011001011011010111000100011011110100001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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