#0EB52C

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

Shades of Dark Pastel Green #0EB52C

Tints of Dark Pastel Green #0EB52C

Color information

#0EB52C (or 0x0EB52C) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B5 and 2C. RGB value is (14,181,44). Sum of RGB (Red+Green+Blue) = 14+181+44=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB52C is #F14AD3. Grayscale: #737373. Windows color (decimal): -15813332 or 2929934. OLE color: 2929934.

HSL color Cylindrical-coordinate representation of color #0EB52C: hue angle of 130.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB52C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1418144-
CMYK0.9200.760.29
HSL130.78º85.64%38.24%-
HSV(B)130.78º92.27%70.98%-
XYZ17.1633.327.91-
YUV115.4587.6755.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 181 (71.09% from 255) = 75.73%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=5.86%
G=75.73%
B=18.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14181440.9200.760.29130.7885.6438.24
HexEB52C5C04C1D835626
Octal162655413401143520312646
Binary11101011010110110010111000100110011101100000111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,44); }

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

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

 a { background-color: rgb(14,181,44); }

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

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

 span { border-color: rgb(14,181,44); }

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