Html Css Color HEX #0EBA54 Pigment Green

📋 copy color: '#0EBA54'

red 14 ◦ green 186 ◦ blue 84

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

Shades of Pigment Green #0EBA54

Tints of Pigment Green #0EBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 4.93%
G = 65.49%
B = 29.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#0EBA54 (or 0x0EBA54) is known color: Pigment Green. HEX triplet: 0E, BA and 54. RGB value is (14,186,84). Sum of RGB (Red+Green+Blue) = 14+186+84=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA54 is #F145AB. Grayscale: #7B7B7B. Windows color (decimal): -15812012 or 5552654. OLE color: 5552654.

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

Color convert

RGB 14 186 84 -
CMYK 0.92 0 0.55 0.27
HSL 144.42º 0.86% 0.39% -
HSV(B) 144.42º 0.92% 0.73% -
XYZ 19.34 35.85 14.29 -
YUV 122.94 106.02 50.29 -
System Red Green Blue C M Y K H S L
Decimal 14 186 84 0.92 0 0.55 0.27 144.42 0.86 0.39
Hex E BA 54 5C 0 37 1B 90 56 27
Octal 16 272 124 134 0 67 33 220 126 47
Binary 1110 10111010 1010100 1011100 0 110111 11011 10010000 1010110 100111

Color Harmonies of #0EBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA54

Black with #0EBA54

Text Example


Text Example

White with #0EBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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