Html Css Color HEX #0EBB55 Pigment Green

📋 copy color: '#0EBB55'

red 14 ◦ green 187 ◦ blue 85

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

Shades of Pigment Green #0EBB55

Tints of Pigment Green #0EBB55

RGB

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

 GREEN value IS 187 (73.44% from 255) = 65.38%

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

R = 4.9%
G = 65.38%
B = 29.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#0EBB55 (or 0x0EBB55) is known color: Pigment Green. HEX triplet: 0E, BB and 55. RGB value is (14,187,85). Sum of RGB (Red+Green+Blue) = 14+187+85=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB55 is #F144AA. Grayscale: #7B7B7B. Windows color (decimal): -15811755 or 5618446. OLE color: 5618446.

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

Color convert

RGB 14 187 85 -
CMYK 0.93 0 0.55 0.27
HSL 144.62º 0.86% 0.39% -
HSV(B) 144.62º 0.93% 0.73% -
XYZ 19.59 36.29 14.57 -
YUV 123.65 106.19 49.79 -
System Red Green Blue C M Y K H S L
Decimal 14 187 85 0.93 0 0.55 0.27 144.62 0.86 0.39
Hex E BB 55 5D 0 37 1B 91 56 27
Octal 16 273 125 135 0 67 33 221 126 47
Binary 1110 10111011 1010101 1011101 0 110111 11011 10010001 1010110 100111

Color Harmonies of #0EBB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB55

Black with #0EBB55

Text Example


Text Example

White with #0EBB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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