Html Css Color HEX #0EB31C Dark Pastel Green

📋 copy color: '#0EB31C'

red 14 ◦ green 179 ◦ blue 28

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

Shades of Dark Pastel Green #0EB31C

Tints of Dark Pastel Green #0EB31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 81%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 6.33%
G = 81%
B = 12.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#0EB31C (or 0x0EB31C) is known color: Dark Pastel Green. HEX triplet: 0E, B3 and 1C. RGB value is (14,179,28). Sum of RGB (Red+Green+Blue) = 14+179+28=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 179 (70.31% from 255 or 81.00% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB31C is #F14CE3. Grayscale: #707070. Windows color (decimal): -15813860 or 1880846. OLE color: 1880846.

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

Color convert

RGB 14 179 28 -
CMYK 0.92 0 0.84 0.30
HSL 125.09º 0.85% 0.38% -
HSV(B) 125.09º 0.92% 0.7% -
XYZ 16.51 32.42 6.49 -
YUV 112.45 80.34 57.78 -
System Red Green Blue C M Y K H S L
Decimal 14 179 28 0.92 0 0.84 0.30 125.09 0.85 0.38
Hex E B3 1C 5C 0 54 1E 7D 55 26
Octal 16 263 34 134 0 124 36 175 125 46
Binary 1110 10110011 11100 1011100 0 1010100 11110 1111101 1010101 100110

Color Harmonies of #0EB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB31C

Black with #0EB31C

Text Example


Text Example

White with #0EB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,179,28); }

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

background-color css

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

 a { background-color: rgb(14,179,28); }

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

border-color css

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

 span { border-color: rgb(14,179,28); }

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