Html Css Color HEX #0EEA69 Malachite

📋 copy color: '#0EEA69'

red 14 ◦ green 234 ◦ blue 105

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

Shades of Malachite #0EEA69

Tints of Malachite #0EEA69

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.29%

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

R = 3.97%
G = 66.29%
B = 29.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#0EEA69 (or 0x0EEA69) is known color: Malachite. HEX triplet: 0E, EA and 69. RGB value is (14,234,105). Sum of RGB (Red+Green+Blue) = 14+234+105=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA69 is #F11596. Grayscale: #999999. Windows color (decimal): -15799703 or 6941198. OLE color: 6941198.

HSL color Cylindrical-coordinate representation of color #0EEA69: hue angle of 144.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA69 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 105 -
CMYK 0.94 0 0.55 0.08
HSL 144.82º 0.89% 0.49% -
HSV(B) 144.82º 0.94% 0.92% -
XYZ 32.15 59.96 23.24 -
YUV 153.51 100.61 28.49 -
System Red Green Blue C M Y K H S L
Decimal 14 234 105 0.94 0 0.55 0.08 144.82 0.89 0.49
Hex E EA 69 5E 0 37 8 91 59 31
Octal 16 352 151 136 0 67 10 221 131 61
Binary 1110 11101010 1101001 1011110 0 110111 1000 10010001 1011001 110001

Color Harmonies of #0EEA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA69

Black with #0EEA69

Text Example


Text Example

White with #0EEA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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