Html Css Color HEX #0ECA2E Dark Pastel Green

📋 copy color: '#0ECA2E'

red 14 ◦ green 202 ◦ blue 46

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

Shades of Dark Pastel Green #0ECA2E

Tints of Dark Pastel Green #0ECA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 77.1%

 BLUE value IS 46 (18.36% from 255) = 17.56%

R = 5.34%
G = 77.1%
B = 17.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#0ECA2E (or 0x0ECA2E) is known color: Dark Pastel Green. HEX triplet: 0E, CA and 2E. RGB value is (14,202,46). Sum of RGB (Red+Green+Blue) = 14+202+46=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 202 (79.30% from 255 or 77.10% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECA2E is #F135D1. Grayscale: #808080. Windows color (decimal): -15807954 or 3066382. OLE color: 3066382.

HSL color Cylindrical-coordinate representation of color #0ECA2E: hue angle of 130.21º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA2E is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 202 46 -
CMYK 0.93 0 0.77 0.21
HSL 130.21º 0.87% 0.42% -
HSV(B) 130.21º 0.93% 0.79% -
XYZ 21.79 42.53 9.65 -
YUV 128 81.72 46.68 -
System Red Green Blue C M Y K H S L
Decimal 14 202 46 0.93 0 0.77 0.21 130.21 0.87 0.42
Hex E CA 2E 5D 0 4D 15 82 57 2A
Octal 16 312 56 135 0 115 25 202 127 52
Binary 1110 11001010 101110 1011101 0 1001101 10101 10000010 1010111 101010

Color Harmonies of #0ECA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECA2E

Black with #0ECA2E

Text Example


Text Example

White with #0ECA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,202,46); }

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

background-color css

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

 a { background-color: rgb(14,202,46); }

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

border-color css

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

 span { border-color: rgb(14,202,46); }

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