Html Css Color HEX #00EA52 Malachite

📋 copy color: '#00EA52'

red 0 ◦ green 234 ◦ blue 82

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

Shades of Malachite #00EA52

Tints of Malachite #00EA52

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 0%
G = 74.05%
B = 25.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#00EA52 (or 0x00EA52) is known color: Malachite. HEX triplet: 00, EA and 52. RGB value is (0,234,82). Sum of RGB (Red+Green+Blue) = 0+234+82=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EA52 is #FF15AD. Grayscale: #939393. Windows color (decimal): -16717230 or 5433856. OLE color: 5433856.

HSL color Cylindrical-coordinate representation of color #00EA52: hue angle of 141.03º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EA52 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 234 82 -
CMYK 1 0 0.65 0.08
HSL 141.03º 1% 0.46% -
HSV(B) 141.03º 1% 0.92% -
XYZ 30.95 59.45 17.83 -
YUV 146.71 91.48 23.36 -
System Red Green Blue C M Y K H S L
Decimal 0 234 82 1 0 0.65 0.08 141.03 1 0.46
Hex 0 EA 52 64 0 41 8 8D 64 2E
Octal 0 352 122 144 0 101 10 215 144 56
Binary 0 11101010 1010010 1100100 0 1000001 1000 10001101 1100100 101110

Color Harmonies of #00EA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EA52

Black with #00EA52

Text Example


Text Example

White with #00EA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EA52; }

 p { color: rgb(0,234,82); }

 H1.HeaderClassName
 {
   color: #00EA52;
 }
 .AnyTagClassName
 {
   color: #00EA52;
 }
</style>

background-color css

<style>
 a { background-color: #00EA52; }

 a { background-color: rgb(0,234,82); }

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

border-color css

<style>
 span { border-color: #00EA52; }

 span { border-color: rgb(0,234,82); }

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