Html Css Color HEX #0EBA36 Dark Pastel Green

📋 copy color: '#0EBA36'

red 14 ◦ green 186 ◦ blue 54

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

Shades of Dark Pastel Green #0EBA36

Tints of Dark Pastel Green #0EBA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 5.51%
G = 73.23%
B = 21.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#0EBA36 (or 0x0EBA36) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 36. RGB value is (14,186,54). Sum of RGB (Red+Green+Blue) = 14+186+54=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA36 is #F145C9. Grayscale: #777777. Windows color (decimal): -15812042 or 3586574. OLE color: 3586574.

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

Color convert

RGB 14 186 54 -
CMYK 0.92 0 0.71 0.27
HSL 133.95º 0.86% 0.39% -
HSV(B) 133.95º 0.92% 0.73% -
XYZ 18.41 35.48 9.37 -
YUV 119.52 91.02 52.73 -
System Red Green Blue C M Y K H S L
Decimal 14 186 54 0.92 0 0.71 0.27 133.95 0.86 0.39
Hex E BA 36 5C 0 47 1B 86 56 27
Octal 16 272 66 134 0 107 33 206 126 47
Binary 1110 10111010 110110 1011100 0 1000111 11011 10000110 1010110 100111

Color Harmonies of #0EBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA36

Black with #0EBA36

Text Example


Text Example

White with #0EBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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