Html Css Color HEX #0EB460 Jade

📋 copy color: '#0EB460'

red 14 ◦ green 180 ◦ blue 96

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

Shades of Jade #0EB460

Tints of Jade #0EB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.07%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 4.83%
G = 62.07%
B = 33.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#0EB460 (or 0x0EB460) is known color: Jade. HEX triplet: 0E, B4 and 60. RGB value is (14,180,96). Sum of RGB (Red+Green+Blue) = 14+180+96=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB460 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB460 is #F14B9F. Grayscale: #787878. Windows color (decimal): -15813536 or 6337550. OLE color: 6337550.

HSL color Cylindrical-coordinate representation of color #0EB460: hue angle of 149.64º 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 #0EB460 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 180 96 -
CMYK 0.92 0 0.47 0.29
HSL 149.64º 0.86% 0.38% -
HSV(B) 149.64º 0.92% 0.71% -
XYZ 18.61 33.58 16.57 -
YUV 120.79 114 51.83 -
System Red Green Blue C M Y K H S L
Decimal 14 180 96 0.92 0 0.47 0.29 149.64 0.86 0.38
Hex E B4 60 5C 0 2F 1D 96 56 26
Octal 16 264 140 134 0 57 35 226 126 46
Binary 1110 10110100 1100000 1011100 0 101111 11101 10010110 1010110 100110

Color Harmonies of #0EB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB460

Black with #0EB460

Text Example


Text Example

White with #0EB460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,180,96); }

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

background-color css

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

 a { background-color: rgb(14,180,96); }

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

border-color css

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

 span { border-color: rgb(14,180,96); }

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