Html Css Color HEX #0EA367 Jade

📋 copy color: '#0EA367'

red 14 ◦ green 163 ◦ blue 103

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

Shades of Jade #0EA367

Tints of Jade #0EA367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.21%

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 5%
G = 58.21%
B = 36.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#0EA367 (or 0x0EA367) is known color: Jade. HEX triplet: 0E, A3 and 67. RGB value is (14,163,103). Sum of RGB (Red+Green+Blue) = 14+163+103=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA367 is #F15C98. Grayscale: #6F6F6F. Windows color (decimal): -15817881 or 6791950. OLE color: 6791950.

HSL color Cylindrical-coordinate representation of color #0EA367: hue angle of 155.84º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA367 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 103 -
CMYK 0.91 0 0.37 0.36
HSL 155.84º 0.84% 0.35% -
HSV(B) 155.84º 0.91% 0.64% -
XYZ 15.73 27.27 17.27 -
YUV 111.61 123.14 58.38 -
System Red Green Blue C M Y K H S L
Decimal 14 163 103 0.91 0 0.37 0.36 155.84 0.84 0.35
Hex E A3 67 5B 0 25 24 9C 54 23
Octal 16 243 147 133 0 45 44 234 124 43
Binary 1110 10100011 1100111 1011011 0 100101 100100 10011100 1010100 100011

Color Harmonies of #0EA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA367

Black with #0EA367

Text Example


Text Example

White with #0EA367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,103); }

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

background-color css

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

 a { background-color: rgb(14,163,103); }

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

border-color css

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

 span { border-color: rgb(14,163,103); }

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