Html Css Color HEX #0EBC34 Dark Pastel Green

📋 copy color: '#0EBC34'

red 14 ◦ green 188 ◦ blue 52

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

Shades of Dark Pastel Green #0EBC34

Tints of Dark Pastel Green #0EBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 5.51%
G = 74.02%
B = 20.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#0EBC34 (or 0x0EBC34) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 34. RGB value is (14,188,52). Sum of RGB (Red+Green+Blue) = 14+188+52=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC34 is #F143CB. Grayscale: #787878. Windows color (decimal): -15811532 or 3456014. OLE color: 3456014.

HSL color Cylindrical-coordinate representation of color #0EBC34: hue angle of 133.1º 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 #0EBC34 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 52 -
CMYK 0.93 0 0.72 0.26
HSL 133.1º 0.86% 0.4% -
HSV(B) 133.1º 0.93% 0.74% -
XYZ 18.78 36.31 9.27 -
YUV 120.47 89.35 52.06 -
System Red Green Blue C M Y K H S L
Decimal 14 188 52 0.93 0 0.72 0.26 133.1 0.86 0.4
Hex E BC 34 5D 0 48 1A 85 56 28
Octal 16 274 64 135 0 110 32 205 126 50
Binary 1110 10111100 110100 1011101 0 1001000 11010 10000101 1010110 101000

Color Harmonies of #0EBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC34

Black with #0EBC34

Text Example


Text Example

White with #0EBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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