Html Css Color HEX #0EBA5A Pigment Green

📋 copy color: '#0EBA5A'

red 14 ◦ green 186 ◦ blue 90

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

Shades of Pigment Green #0EBA5A

Tints of Pigment Green #0EBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 4.83%
G = 64.14%
B = 31.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#0EBA5A (or 0x0EBA5A) is known color: Pigment Green. HEX triplet: 0E, BA and 5A. RGB value is (14,186,90). Sum of RGB (Red+Green+Blue) = 14+186+90=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA5A is #F145A5. Grayscale: #7B7B7B. Windows color (decimal): -15812006 or 5945870. OLE color: 5945870.

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

Color convert

RGB 14 186 90 -
CMYK 0.92 0 0.52 0.27
HSL 146.51º 0.86% 0.39% -
HSV(B) 146.51º 0.92% 0.73% -
XYZ 19.59 35.95 15.58 -
YUV 123.63 109.02 49.81 -
System Red Green Blue C M Y K H S L
Decimal 14 186 90 0.92 0 0.52 0.27 146.51 0.86 0.39
Hex E BA 5A 5C 0 34 1B 93 56 27
Octal 16 272 132 134 0 64 33 223 126 47
Binary 1110 10111010 1011010 1011100 0 110100 11011 10010011 1010110 100111

Color Harmonies of #0EBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA5A

Black with #0EBA5A

Text Example


Text Example

White with #0EBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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