Html Css Color HEX #0EB64C Dark Pastel Green

📋 copy color: '#0EB64C'

red 14 ◦ green 182 ◦ blue 76

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

Shades of Dark Pastel Green #0EB64C

Tints of Dark Pastel Green #0EB64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 66.91%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 5.15%
G = 66.91%
B = 27.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#0EB64C (or 0x0EB64C) is known color: Dark Pastel Green. HEX triplet: 0E, B6 and 4C. RGB value is (14,182,76). Sum of RGB (Red+Green+Blue) = 14+182+76=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 182 (71.48% from 255 or 66.91% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB64C is #F149B3. Grayscale: #777777. Windows color (decimal): -15813044 or 5027342. OLE color: 5027342.

HSL color Cylindrical-coordinate representation of color #0EB64C: hue angle of 142.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB64C is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 182 76 -
CMYK 0.92 0 0.58 0.29
HSL 142.14º 0.86% 0.38% -
HSV(B) 142.14º 0.92% 0.71% -
XYZ 18.21 34.07 12.45 -
YUV 119.68 103.34 52.62 -
System Red Green Blue C M Y K H S L
Decimal 14 182 76 0.92 0 0.58 0.29 142.14 0.86 0.38
Hex E B6 4C 5C 0 3A 1D 8E 56 26
Octal 16 266 114 134 0 72 35 216 126 46
Binary 1110 10110110 1001100 1011100 0 111010 11101 10001110 1010110 100110

Color Harmonies of #0EB64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB64C

Black with #0EB64C

Text Example


Text Example

White with #0EB64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,182,76); }

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

background-color css

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

 a { background-color: rgb(14,182,76); }

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

border-color css

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

 span { border-color: rgb(14,182,76); }

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