Html Css Color HEX #0EDB2B Dark Pastel Green

📋 copy color: '#0EDB2B'

red 14 ◦ green 219 ◦ blue 43

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

Shades of Dark Pastel Green #0EDB2B

Tints of Dark Pastel Green #0EDB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 79.35%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 5.07%
G = 79.35%
B = 15.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#0EDB2B (or 0x0EDB2B) is known color: Dark Pastel Green. HEX triplet: 0E, DB and 2B. RGB value is (14,219,43). Sum of RGB (Red+Green+Blue) = 14+219+43=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 219 (85.94% from 255 or 79.35% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB2B is #F124D4. Grayscale: #8A8A8A. Windows color (decimal): -15803605 or 2874126. OLE color: 2874126.

HSL color Cylindrical-coordinate representation of color #0EDB2B: hue angle of 128.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDB2B is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 43 -
CMYK 0.94 0 0.80 0.14
HSL 128.49º 0.88% 0.46% -
HSV(B) 128.49º 0.94% 0.86% -
XYZ 25.95 50.93 10.75 -
YUV 137.64 74.58 39.81 -
System Red Green Blue C M Y K H S L
Decimal 14 219 43 0.94 0 0.80 0.14 128.49 0.88 0.46
Hex E DB 2B 5E 0 50 E 80 58 2E
Octal 16 333 53 136 0 120 16 200 130 56
Binary 1110 11011011 101011 1011110 0 1010000 1110 10000000 1011000 101110

Color Harmonies of #0EDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB2B

Black with #0EDB2B

Text Example


Text Example

White with #0EDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,43); }

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

background-color css

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

 a { background-color: rgb(14,219,43); }

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

border-color css

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

 span { border-color: rgb(14,219,43); }

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