Html Css Color HEX #0EBA56 Pigment Green

📋 copy color: '#0EBA56'

red 14 ◦ green 186 ◦ blue 86

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

Shades of Pigment Green #0EBA56

Tints of Pigment Green #0EBA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 4.9%
G = 65.03%
B = 30.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#0EBA56 (or 0x0EBA56) is known color: Pigment Green. HEX triplet: 0E, BA and 56. RGB value is (14,186,86). Sum of RGB (Red+Green+Blue) = 14+186+86=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA56 is #F145A9. Grayscale: #7B7B7B. Windows color (decimal): -15812010 or 5683726. OLE color: 5683726.

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

Color convert

RGB 14 186 86 -
CMYK 0.92 0 0.54 0.27
HSL 145.12º 0.86% 0.39% -
HSV(B) 145.12º 0.92% 0.73% -
XYZ 19.42 35.88 14.71 -
YUV 123.17 107.02 50.13 -
System Red Green Blue C M Y K H S L
Decimal 14 186 86 0.92 0 0.54 0.27 145.12 0.86 0.39
Hex E BA 56 5C 0 36 1B 91 56 27
Octal 16 272 126 134 0 66 33 221 126 47
Binary 1110 10111010 1010110 1011100 0 110110 11011 10010001 1010110 100111

Color Harmonies of #0EBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA56

Black with #0EBA56

Text Example


Text Example

White with #0EBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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