Html Css Color HEX #0EBA5D Pigment Green

📋 copy color: '#0EBA5D'

red 14 ◦ green 186 ◦ blue 93

#0EBA5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0EBA5D

Tints of Pigment Green #0EBA5D

RGB

 RED value IS 14 (5.86% from 255) = 4.78%

 GREEN value IS 186 (73.05% from 255) = 63.48%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 4.78%
G = 63.48%
B = 31.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#0EBA5D (or 0x0EBA5D) is known color: Pigment Green. HEX triplet: 0E, BA and 5D. RGB value is (14,186,93). Sum of RGB (Red+Green+Blue) = 14+186+93=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA5D is #F145A2. Grayscale: #7C7C7C. Windows color (decimal): -15812003 or 6142478. OLE color: 6142478.

HSL color Cylindrical-coordinate representation of color #0EBA5D: hue angle of 147.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA5D is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 93 -
CMYK 0.92 0 0.5 0.27
HSL 147.56º 0.86% 0.39% -
HSV(B) 147.56º 0.92% 0.73% -
XYZ 19.72 36 16.27 -
YUV 123.97 110.52 49.56 -
System Red Green Blue C M Y K H S L
Decimal 14 186 93 0.92 0 0.5 0.27 147.56 0.86 0.39
Hex E BA 5D 5C 0 32 1B 94 56 27
Octal 16 272 135 134 0 62 33 224 126 47
Binary 1110 10111010 1011101 1011100 0 110010 11011 10010100 1010110 100111

Color Harmonies of #0EBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA5D

Black with #0EBA5D

Text Example


Text Example

White with #0EBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EBA5D;
 }
 .AnyTagClassName
 {
   color: #0EBA5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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