Html Css Color HEX #0EB06F Jade

📋 copy color: '#0EB06F'

red 14 ◦ green 176 ◦ blue 111

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

Shades of Jade #0EB06F

Tints of Jade #0EB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 58.47%

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

R = 4.65%
G = 58.47%
B = 36.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#0EB06F (or 0x0EB06F) is known color: Jade. HEX triplet: 0E, B0 and 6F. RGB value is (14,176,111). Sum of RGB (Red+Green+Blue) = 14+176+111=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB06F is #F14F90. Grayscale: #787878. Windows color (decimal): -15814545 or 7319566. OLE color: 7319566.

HSL color Cylindrical-coordinate representation of color #0EB06F: hue angle of 155.93º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB06F is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 176 111 -
CMYK 0.92 0 0.37 0.31
HSL 155.93º 0.85% 0.37% -
HSV(B) 155.93º 0.92% 0.69% -
XYZ 18.58 32.29 20.29 -
YUV 120.15 122.83 52.29 -
System Red Green Blue C M Y K H S L
Decimal 14 176 111 0.92 0 0.37 0.31 155.93 0.85 0.37
Hex E B0 6F 5C 0 25 1F 9C 55 25
Octal 16 260 157 134 0 45 37 234 125 45
Binary 1110 10110000 1101111 1011100 0 100101 11111 10011100 1010101 100101

Color Harmonies of #0EB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB06F

Black with #0EB06F

Text Example


Text Example

White with #0EB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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