Html Css Color HEX #0EBC1E Dark Pastel Green

📋 copy color: '#0EBC1E'

red 14 ◦ green 188 ◦ blue 30

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

Shades of Dark Pastel Green #0EBC1E

Tints of Dark Pastel Green #0EBC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 81.03%

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 6.03%
G = 81.03%
B = 12.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#0EBC1E (or 0x0EBC1E) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 1E. RGB value is (14,188,30). Sum of RGB (Red+Green+Blue) = 14+188+30=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC1E is #F143E1. Grayscale: #767676. Windows color (decimal): -15811554 or 2014222. OLE color: 2014222.

HSL color Cylindrical-coordinate representation of color #0EBC1E: hue angle of 125.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC1E is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 30 -
CMYK 0.93 0 0.84 0.26
HSL 125.52º 0.86% 0.4% -
HSV(B) 125.52º 0.93% 0.74% -
XYZ 18.4 36.15 7.24 -
YUV 117.96 78.35 53.85 -
System Red Green Blue C M Y K H S L
Decimal 14 188 30 0.93 0 0.84 0.26 125.52 0.86 0.4
Hex E BC 1E 5D 0 54 1A 7E 56 28
Octal 16 274 36 135 0 124 32 176 126 50
Binary 1110 10111100 11110 1011101 0 1010100 11010 1111110 1010110 101000

Color Harmonies of #0EBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC1E

Black with #0EBC1E

Text Example


Text Example

White with #0EBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,30); }

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

background-color css

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

 a { background-color: rgb(14,188,30); }

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

border-color css

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

 span { border-color: rgb(14,188,30); }

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