#0EB54E

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

Shades of Pigment Green #0EB54E

Tints of Pigment Green #0EB54E

Color information

#0EB54E (or 0x0EB54E) is unknown color: approx Pigment Green. HEX triplet: 0E, B5 and 4E. RGB value is (14,181,78). Sum of RGB (Red+Green+Blue) = 14+181+78=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB54E is #F14AB1. Grayscale: #777777. Windows color (decimal): -15813298 or 5158158. OLE color: 5158158.

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

Color convert

RGB1418178-
CMYK0.9200.570.29
HSL142.99º85.64%38.24%-
HSV(B)142.99º92.27%70.98%-
XYZ18.0833.6912.76-
YUV119.32104.6752.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 181 (71.09% from 255) = 66.30%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=5.13%
G=66.30%
B=28.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14181780.9200.570.29142.9985.6438.24
HexEB54E5C0391D8f5626
Octal162651161340713521712646
Binary11101011010110011101011100011100111101100011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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