Html Css Color HEX #0EC326 Dark Pastel Green

📋 copy color: '#0EC326'

red 14 ◦ green 195 ◦ blue 38

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

Shades of Dark Pastel Green #0EC326

Tints of Dark Pastel Green #0EC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78.95%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 5.67%
G = 78.95%
B = 15.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#0EC326 (or 0x0EC326) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 26. RGB value is (14,195,38). Sum of RGB (Red+Green+Blue) = 14+195+38=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC326 is #F13CD9. Grayscale: #7B7B7B. Windows color (decimal): -15809754 or 2540302. OLE color: 2540302.

HSL color Cylindrical-coordinate representation of color #0EC326: hue angle of 127.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC326 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 195 38 -
CMYK 0.93 0 0.81 0.24
HSL 127.96º 0.87% 0.41% -
HSV(B) 127.96º 0.93% 0.76% -
XYZ 20.05 39.26 8.36 -
YUV 122.98 80.03 50.27 -
System Red Green Blue C M Y K H S L
Decimal 14 195 38 0.93 0 0.81 0.24 127.96 0.87 0.41
Hex E C3 26 5D 0 51 18 80 57 29
Octal 16 303 46 135 0 121 30 200 127 51
Binary 1110 11000011 100110 1011101 0 1010001 11000 10000000 1010111 101001

Color Harmonies of #0EC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC326

Black with #0EC326

Text Example


Text Example

White with #0EC326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,195,38); }

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

background-color css

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

 a { background-color: rgb(14,195,38); }

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

border-color css

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

 span { border-color: rgb(14,195,38); }

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