Html Css Color HEX #0EC36F Jade

📋 copy color: '#0EC36F'

red 14 ◦ green 195 ◦ blue 111

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

Shades of Jade #0EC36F

Tints of Jade #0EC36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 4.38%
G = 60.94%
B = 34.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0EC36F (or 0x0EC36F) is known color: Jade. HEX triplet: 0E, C3 and 6F. RGB value is (14,195,111). Sum of RGB (Red+Green+Blue) = 14+195+111=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC36F is #F13C90. Grayscale: #838383. Windows color (decimal): -15809681 or 7324430. OLE color: 7324430.

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

Color convert

RGB 14 195 111 -
CMYK 0.93 0 0.43 0.24
HSL 152.15º 0.87% 0.41% -
HSV(B) 152.15º 0.93% 0.76% -
XYZ 22.57 40.27 21.62 -
YUV 131.31 116.53 44.33 -
System Red Green Blue C M Y K H S L
Decimal 14 195 111 0.93 0 0.43 0.24 152.15 0.87 0.41
Hex E C3 6F 5D 0 2B 18 98 57 29
Octal 16 303 157 135 0 53 30 230 127 51
Binary 1110 11000011 1101111 1011101 0 101011 11000 10011000 1010111 101001

Color Harmonies of #0EC36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC36F

Black with #0EC36F

Text Example


Text Example

White with #0EC36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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