Html Css Color HEX #0EB223 Dark Pastel Green

📋 copy color: '#0EB223'

red 14 ◦ green 178 ◦ blue 35

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

Shades of Dark Pastel Green #0EB223

Tints of Dark Pastel Green #0EB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 78.41%

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 6.17%
G = 78.41%
B = 15.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#0EB223 (or 0x0EB223) is known color: Dark Pastel Green. HEX triplet: 0E, B2 and 23. RGB value is (14,178,35). Sum of RGB (Red+Green+Blue) = 14+178+35=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB223 is #F14DDC. Grayscale: #717171. Windows color (decimal): -15814109 or 2339342. OLE color: 2339342.

HSL color Cylindrical-coordinate representation of color #0EB223: hue angle of 127.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB223 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 178 35 -
CMYK 0.92 0 0.80 0.30
HSL 127.68º 0.85% 0.38% -
HSV(B) 127.68º 0.92% 0.7% -
XYZ 16.4 32.06 6.91 -
YUV 112.66 84.17 57.63 -
System Red Green Blue C M Y K H S L
Decimal 14 178 35 0.92 0 0.80 0.30 127.68 0.85 0.38
Hex E B2 23 5C 0 50 1E 80 55 26
Octal 16 262 43 134 0 120 36 200 125 46
Binary 1110 10110010 100011 1011100 0 1010000 11110 10000000 1010101 100110

Color Harmonies of #0EB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB223

Black with #0EB223

Text Example


Text Example

White with #0EB223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,178,35); }

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

background-color css

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

 a { background-color: rgb(14,178,35); }

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

border-color css

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

 span { border-color: rgb(14,178,35); }

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