#0EB654

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

Shades of Pigment Green #0EB654

Tints of Pigment Green #0EB654

Color information

#0EB654 (or 0x0EB654) is unknown color: approx Pigment Green. HEX triplet: 0E, B6 and 54. RGB value is (14,182,84). Sum of RGB (Red+Green+Blue) = 14+182+84=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB654 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB654 is #F149AB. Grayscale: #787878. Windows color (decimal): -15813036 or 5551630. OLE color: 5551630.

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

Color convert

RGB1418284-
CMYK0.9200.540.29
HSL145º85.71%38.43%-
HSV(B)145º92.31%71.37%-
XYZ18.5134.1914.01-
YUV120.6107.3451.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5%
GREEN value IS 182 (71.48% from 255) = 65%
BLUE value IS 84 (33.20% from 255) = 30%
R=5%
G=65%
B=30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14182840.9200.540.2914585.7138.43
HexEB6545C0361D915626
Octal162661241340663522112646
Binary11101011011010101001011100011011011101100100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,182,84); }

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

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

 a { background-color: rgb(14,182,84); }

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

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

 span { border-color: rgb(14,182,84); }

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