Html Css Color HEX #0EB93D Dark Pastel Green

📋 copy color: '#0EB93D'

red 14 ◦ green 185 ◦ blue 61

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

Shades of Dark Pastel Green #0EB93D

Tints of Dark Pastel Green #0EB93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 71.15%

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 5.38%
G = 71.15%
B = 23.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#0EB93D (or 0x0EB93D) is known color: Dark Pastel Green. HEX triplet: 0E, B9 and 3D. RGB value is (14,185,61). Sum of RGB (Red+Green+Blue) = 14+185+61=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 185 (72.66% from 255 or 71.15% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB93D is #F146C2. Grayscale: #787878. Windows color (decimal): -15812291 or 4045070. OLE color: 4045070.

HSL color Cylindrical-coordinate representation of color #0EB93D: hue angle of 136.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB93D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 61 -
CMYK 0.92 0 0.67 0.27
HSL 136.49º 0.86% 0.39% -
HSV(B) 136.49º 0.92% 0.73% -
XYZ 18.37 35.13 10.23 -
YUV 119.74 94.85 52.58 -
System Red Green Blue C M Y K H S L
Decimal 14 185 61 0.92 0 0.67 0.27 136.49 0.86 0.39
Hex E B9 3D 5C 0 43 1B 88 56 27
Octal 16 271 75 134 0 103 33 210 126 47
Binary 1110 10111001 111101 1011100 0 1000011 11011 10001000 1010110 100111

Color Harmonies of #0EB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB93D

Black with #0EB93D

Text Example


Text Example

White with #0EB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,61); }

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

background-color css

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

 a { background-color: rgb(14,185,61); }

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

border-color css

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

 span { border-color: rgb(14,185,61); }

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