#0EB54D

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

Shades of Pigment Green #0EB54D

Tints of Pigment Green #0EB54D

Color information

#0EB54D (or 0x0EB54D) is unknown color: approx Pigment Green. HEX triplet: 0E, B5 and 4D. RGB value is (14,181,77). Sum of RGB (Red+Green+Blue) = 14+181+77=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB54D is #F14AB2. Grayscale: #777777. Windows color (decimal): -15813299 or 5092622. OLE color: 5092622.

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

Color convert

RGB1418177-
CMYK0.9200.570.29
HSL142.63º85.64%38.24%-
HSV(B)142.63º92.27%70.98%-
XYZ18.0433.6812.57-
YUV119.21104.1752.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 181 (71.09% from 255) = 66.54%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=5.15%
G=66.54%
B=28.31%

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
Decimal14181770.9200.570.29142.6385.6438.24
HexEB54D5C0391D8f5626
Octal162651151340713521712646
Binary11101011010110011011011100011100111101100011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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