#0EB55D

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

Shades of Pigment Green #0EB55D

Tints of Pigment Green #0EB55D

Color information

#0EB55D (or 0x0EB55D) is unknown color: approx Pigment Green. HEX triplet: 0E, B5 and 5D. RGB value is (14,181,93). Sum of RGB (Red+Green+Blue) = 14+181+93=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB55D is #F14AA2. Grayscale: #797979. Windows color (decimal): -15813283 or 6141198. OLE color: 6141198.

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

Color convert

RGB1418193-
CMYK0.9200.490.29
HSL148.38º85.64%38.24%-
HSV(B)148.38º92.27%70.98%-
XYZ18.6833.9315.92-
YUV121.04112.1751.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 181 (71.09% from 255) = 62.85%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=4.86%
G=62.85%
B=32.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14181930.9200.490.29148.3885.6438.24
HexEB55D5C0311D945626
Octal162651351340613522412646
Binary11101011010110111011011100011000111101100101001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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