Html Css Color HEX #0EB466 Jade

📋 copy color: '#0EB466'

red 14 ◦ green 180 ◦ blue 102

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

Shades of Jade #0EB466

Tints of Jade #0EB466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 4.73%
G = 60.81%
B = 34.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#0EB466 (or 0x0EB466) is known color: Jade. HEX triplet: 0E, B4 and 66. RGB value is (14,180,102). Sum of RGB (Red+Green+Blue) = 14+180+102=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB466 is #F14B99. Grayscale: #797979. Windows color (decimal): -15813530 or 6730766. OLE color: 6730766.

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

Color convert

RGB 14 180 102 -
CMYK 0.92 0 0.43 0.29
HSL 151.81º 0.86% 0.38% -
HSV(B) 151.81º 0.92% 0.71% -
XYZ 18.9 33.7 18.08 -
YUV 121.47 117 51.34 -
System Red Green Blue C M Y K H S L
Decimal 14 180 102 0.92 0 0.43 0.29 151.81 0.86 0.38
Hex E B4 66 5C 0 2B 1D 98 56 26
Octal 16 264 146 134 0 53 35 230 126 46
Binary 1110 10110100 1100110 1011100 0 101011 11101 10011000 1010110 100110

Color Harmonies of #0EB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB466

Black with #0EB466

Text Example


Text Example

White with #0EB466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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