Html Css Color HEX #0EBA1A Dark Pastel Green

📋 copy color: '#0EBA1A'

red 14 ◦ green 186 ◦ blue 26

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

Shades of Dark Pastel Green #0EBA1A

Tints of Dark Pastel Green #0EBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 6.19%
G = 82.3%
B = 11.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#0EBA1A (or 0x0EBA1A) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 1A. RGB value is (14,186,26). Sum of RGB (Red+Green+Blue) = 14+186+26=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA1A is #F145E5. Grayscale: #747474. Windows color (decimal): -15812070 or 1751566. OLE color: 1751566.

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

Color convert

RGB 14 186 26 -
CMYK 0.92 0 0.86 0.27
HSL 124.19º 0.86% 0.39% -
HSV(B) 124.19º 0.92% 0.73% -
XYZ 17.93 35.29 6.84 -
YUV 116.33 77.02 55.01 -
System Red Green Blue C M Y K H S L
Decimal 14 186 26 0.92 0 0.86 0.27 124.19 0.86 0.39
Hex E BA 1A 5C 0 56 1B 7C 56 27
Octal 16 272 32 134 0 126 33 174 126 47
Binary 1110 10111010 11010 1011100 0 1010110 11011 1111100 1010110 100111

Color Harmonies of #0EBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA1A

Black with #0EBA1A

Text Example


Text Example

White with #0EBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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