Html Css Color HEX #0EBC27 Dark Pastel Green

📋 copy color: '#0EBC27'

red 14 ◦ green 188 ◦ blue 39

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

Shades of Dark Pastel Green #0EBC27

Tints of Dark Pastel Green #0EBC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.01%

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 5.81%
G = 78.01%
B = 16.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#0EBC27 (or 0x0EBC27) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 27. RGB value is (14,188,39). Sum of RGB (Red+Green+Blue) = 14+188+39=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC27 is #F143D8. Grayscale: #777777. Windows color (decimal): -15811545 or 2604046. OLE color: 2604046.

HSL color Cylindrical-coordinate representation of color #0EBC27: hue angle of 128.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC27 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 39 -
CMYK 0.93 0 0.79 0.26
HSL 128.62º 0.86% 0.4% -
HSV(B) 128.62º 0.93% 0.74% -
XYZ 18.53 36.21 7.93 -
YUV 118.99 82.85 53.12 -
System Red Green Blue C M Y K H S L
Decimal 14 188 39 0.93 0 0.79 0.26 128.62 0.86 0.4
Hex E BC 27 5D 0 4F 1A 81 56 28
Octal 16 274 47 135 0 117 32 201 126 50
Binary 1110 10111100 100111 1011101 0 1001111 11010 10000001 1010110 101000

Color Harmonies of #0EBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC27

Black with #0EBC27

Text Example


Text Example

White with #0EBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,39); }

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

background-color css

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

 a { background-color: rgb(14,188,39); }

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

border-color css

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

 span { border-color: rgb(14,188,39); }

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