Html Css Color HEX #0EBA55 Pigment Green

📋 copy color: '#0EBA55'

red 14 ◦ green 186 ◦ blue 85

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

Shades of Pigment Green #0EBA55

Tints of Pigment Green #0EBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 4.91%
G = 65.26%
B = 29.82%

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

#0EBA55 (or 0x0EBA55) is known color: Pigment Green. HEX triplet: 0E, BA and 55. RGB value is (14,186,85). Sum of RGB (Red+Green+Blue) = 14+186+85=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA55 is #F145AA. Grayscale: #7B7B7B. Windows color (decimal): -15812011 or 5618190. OLE color: 5618190.

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

Color convert

RGB 14 186 85 -
CMYK 0.92 0 0.54 0.27
HSL 144.77º 0.86% 0.39% -
HSV(B) 144.77º 0.92% 0.73% -
XYZ 19.38 35.87 14.5 -
YUV 123.06 106.52 50.21 -
System Red Green Blue C M Y K H S L
Decimal 14 186 85 0.92 0 0.54 0.27 144.77 0.86 0.39
Hex E BA 55 5C 0 36 1B 91 56 27
Octal 16 272 125 134 0 66 33 221 126 47
Binary 1110 10111010 1010101 1011100 0 110110 11011 10010001 1010110 100111

Color Harmonies of #0EBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA55

Black with #0EBA55

Text Example


Text Example

White with #0EBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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