Html Css Color HEX #0EAC62 Jade

📋 copy color: '#0EAC62'

red 14 ◦ green 172 ◦ blue 98

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

Shades of Jade #0EAC62

Tints of Jade #0EAC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.56%

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 4.93%
G = 60.56%
B = 34.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#0EAC62 (or 0x0EAC62) is known color: Jade. HEX triplet: 0E, AC and 62. RGB value is (14,172,98). Sum of RGB (Red+Green+Blue) = 14+172+98=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC62 is #F1539D. Grayscale: #747474. Windows color (decimal): -15815582 or 6466574. OLE color: 6466574.

HSL color Cylindrical-coordinate representation of color #0EAC62: hue angle of 151.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC62 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 98 -
CMYK 0.92 0 0.43 0.33
HSL 151.9º 0.85% 0.36% -
HSV(B) 151.9º 0.92% 0.67% -
XYZ 17.14 30.48 16.54 -
YUV 116.32 117.65 55.02 -
System Red Green Blue C M Y K H S L
Decimal 14 172 98 0.92 0 0.43 0.33 151.9 0.85 0.36
Hex E AC 62 5C 0 2B 21 98 55 24
Octal 16 254 142 134 0 53 41 230 125 44
Binary 1110 10101100 1100010 1011100 0 101011 100001 10011000 1010101 100100

Color Harmonies of #0EAC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC62

Black with #0EAC62

Text Example


Text Example

White with #0EAC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,98); }

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

background-color css

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

 a { background-color: rgb(14,172,98); }

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

border-color css

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

 span { border-color: rgb(14,172,98); }

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