Html Css Color HEX #0EB85C Pigment Green

📋 copy color: '#0EB85C'

red 14 ◦ green 184 ◦ blue 92

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

Shades of Pigment Green #0EB85C

Tints of Pigment Green #0EB85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 4.83%
G = 63.45%
B = 31.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#0EB85C (or 0x0EB85C) is known color: Pigment Green. HEX triplet: 0E, B8 and 5C. RGB value is (14,184,92). Sum of RGB (Red+Green+Blue) = 14+184+92=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB85C is #F147A3. Grayscale: #7A7A7A. Windows color (decimal): -15812516 or 6076430. OLE color: 6076430.

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

Color convert

RGB 14 184 92 -
CMYK 0.92 0 0.50 0.28
HSL 147.53º 0.86% 0.39% -
HSV(B) 147.53º 0.92% 0.72% -
XYZ 19.25 35.15 15.89 -
YUV 122.68 110.68 50.48 -
System Red Green Blue C M Y K H S L
Decimal 14 184 92 0.92 0 0.50 0.28 147.53 0.86 0.39
Hex E B8 5C 5C 0 32 1C 94 56 27
Octal 16 270 134 134 0 62 34 224 126 47
Binary 1110 10111000 1011100 1011100 0 110010 11100 10010100 1010110 100111

Color Harmonies of #0EB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB85C

Black with #0EB85C

Text Example


Text Example

White with #0EB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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