Html Css Color HEX #0EBA19 Dark Pastel Green

📋 copy color: '#0EBA19'

red 14 ◦ green 186 ◦ blue 25

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

Shades of Dark Pastel Green #0EBA19

Tints of Dark Pastel Green #0EBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 82.67%

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 6.22%
G = 82.67%
B = 11.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0EBA19 (or 0x0EBA19) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 19. RGB value is (14,186,25). Sum of RGB (Red+Green+Blue) = 14+186+25=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA19 is #F145E6. Grayscale: #747474. Windows color (decimal): -15812071 or 1686030. OLE color: 1686030.

HSL color Cylindrical-coordinate representation of color #0EBA19: hue angle of 123.84º 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 #0EBA19 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 25 -
CMYK 0.92 0 0.87 0.27
HSL 123.84º 0.86% 0.39% -
HSV(B) 123.84º 0.92% 0.73% -
XYZ 17.92 35.28 6.79 -
YUV 116.22 76.52 55.09 -
System Red Green Blue C M Y K H S L
Decimal 14 186 25 0.92 0 0.87 0.27 123.84 0.86 0.39
Hex E BA 19 5C 0 57 1B 7C 56 27
Octal 16 272 31 134 0 127 33 174 126 47
Binary 1110 10111010 11001 1011100 0 1010111 11011 1111100 1010110 100111

Color Harmonies of #0EBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA19

Black with #0EBA19

Text Example


Text Example

White with #0EBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,25); }

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

background-color css

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

 a { background-color: rgb(14,186,25); }

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

border-color css

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

 span { border-color: rgb(14,186,25); }

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