Html Css Color HEX #0EB85E Pigment Green

📋 copy color: '#0EB85E'

red 14 ◦ green 184 ◦ blue 94

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

Shades of Pigment Green #0EB85E

Tints of Pigment Green #0EB85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.01%

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

R = 4.79%
G = 63.01%
B = 32.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#0EB85E (or 0x0EB85E) is known color: Pigment Green. HEX triplet: 0E, B8 and 5E. RGB value is (14,184,94). Sum of RGB (Red+Green+Blue) = 14+184+94=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB85E is #F147A1. Grayscale: #7B7B7B. Windows color (decimal): -15812514 or 6207502. OLE color: 6207502.

HSL color Cylindrical-coordinate representation of color #0EB85E: hue angle of 148.24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB85E is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 184 94 -
CMYK 0.92 0 0.49 0.28
HSL 148.24º 0.86% 0.39% -
HSV(B) 148.24º 0.92% 0.72% -
XYZ 19.34 35.18 16.36 -
YUV 122.91 111.68 50.32 -
System Red Green Blue C M Y K H S L
Decimal 14 184 94 0.92 0 0.49 0.28 148.24 0.86 0.39
Hex E B8 5E 5C 0 31 1C 94 56 27
Octal 16 270 136 134 0 61 34 224 126 47
Binary 1110 10111000 1011110 1011100 0 110001 11100 10010100 1010110 100111

Color Harmonies of #0EB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB85E

Black with #0EB85E

Text Example


Text Example

White with #0EB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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