Html Css Color HEX #0EA469 Jade

📋 copy color: '#0EA469'

red 14 ◦ green 164 ◦ blue 105

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

Shades of Jade #0EA469

Tints of Jade #0EA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 57.95%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 4.95%
G = 57.95%
B = 37.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#0EA469 (or 0x0EA469) is known color: Jade. HEX triplet: 0E, A4 and 69. RGB value is (14,164,105). Sum of RGB (Red+Green+Blue) = 14+164+105=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA469 is #F15B96. Grayscale: #707070. Windows color (decimal): -15817623 or 6923278. OLE color: 6923278.

HSL color Cylindrical-coordinate representation of color #0EA469: hue angle of 156.4º 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 #0EA469 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 105 -
CMYK 0.91 0 0.36 0.36
HSL 156.4º 0.84% 0.35% -
HSV(B) 156.4º 0.91% 0.64% -
XYZ 16.01 27.66 17.86 -
YUV 112.42 123.81 57.8 -
System Red Green Blue C M Y K H S L
Decimal 14 164 105 0.91 0 0.36 0.36 156.4 0.84 0.35
Hex E A4 69 5B 0 24 24 9C 54 23
Octal 16 244 151 133 0 44 44 234 124 43
Binary 1110 10100100 1101001 1011011 0 100100 100100 10011100 1010100 100011

Color Harmonies of #0EA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA469

Black with #0EA469

Text Example


Text Example

White with #0EA469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,164,105); }

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

background-color css

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

 a { background-color: rgb(14,164,105); }

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

border-color css

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

 span { border-color: rgb(14,164,105); }

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