Html Css Color HEX #0EBB5E Pigment Green

📋 copy color: '#0EBB5E'

red 14 ◦ green 187 ◦ blue 94

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

Shades of Pigment Green #0EBB5E

Tints of Pigment Green #0EBB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 4.75%
G = 63.39%
B = 31.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#0EBB5E (or 0x0EBB5E) is known color: Pigment Green. HEX triplet: 0E, BB and 5E. RGB value is (14,187,94). Sum of RGB (Red+Green+Blue) = 14+187+94=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB5E is #F144A1. Grayscale: #7C7C7C. Windows color (decimal): -15811746 or 6208270. OLE color: 6208270.

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

Color convert

RGB 14 187 94 -
CMYK 0.93 0 0.50 0.27
HSL 147.75º 0.86% 0.39% -
HSV(B) 147.75º 0.93% 0.73% -
XYZ 19.97 36.44 16.57 -
YUV 124.67 110.69 49.06 -
System Red Green Blue C M Y K H S L
Decimal 14 187 94 0.93 0 0.50 0.27 147.75 0.86 0.39
Hex E BB 5E 5D 0 32 1B 94 56 27
Octal 16 273 136 135 0 62 33 224 126 47
Binary 1110 10111011 1011110 1011101 0 110010 11011 10010100 1010110 100111

Color Harmonies of #0EBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB5E

Black with #0EBB5E

Text Example


Text Example

White with #0EBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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