Html Css Color HEX #0EC32B Dark Pastel Green

📋 copy color: '#0EC32B'

red 14 ◦ green 195 ◦ blue 43

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

Shades of Dark Pastel Green #0EC32B

Tints of Dark Pastel Green #0EC32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 77.38%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 5.56%
G = 77.38%
B = 17.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#0EC32B (or 0x0EC32B) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 2B. RGB value is (14,195,43). Sum of RGB (Red+Green+Blue) = 14+195+43=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC32B is #F13CD4. Grayscale: #7B7B7B. Windows color (decimal): -15809749 or 2867982. OLE color: 2867982.

HSL color Cylindrical-coordinate representation of color #0EC32B: hue angle of 129.61º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC32B is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 195 43 -
CMYK 0.93 0 0.78 0.24
HSL 129.61º 0.87% 0.41% -
HSV(B) 129.61º 0.93% 0.76% -
XYZ 20.13 39.3 8.81 -
YUV 123.55 82.53 49.86 -
System Red Green Blue C M Y K H S L
Decimal 14 195 43 0.93 0 0.78 0.24 129.61 0.87 0.41
Hex E C3 2B 5D 0 4E 18 82 57 29
Octal 16 303 53 135 0 116 30 202 127 51
Binary 1110 11000011 101011 1011101 0 1001110 11000 10000010 1010111 101001

Color Harmonies of #0EC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC32B

Black with #0EC32B

Text Example


Text Example

White with #0EC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,195,43); }

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

background-color css

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

 a { background-color: rgb(14,195,43); }

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

border-color css

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

 span { border-color: rgb(14,195,43); }

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