#00CE5A

Color #00CE5A Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #00CE5A

Tints of Malachite #00CE5A

Color information

#00CE5A (or 0x00CE5A) is unknown color: approx Malachite. HEX triplet: 00, CE and 5A. RGB value is (0,206,90). Sum of RGB (Red+Green+Blue) = 0+206+90=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CE5A is #FF31A5. Grayscale: #838383. Windows color (decimal): -16724390 or 5950976. OLE color: 5950976.

HSL color Cylindrical-coordinate representation of color #00CE5A: hue angle of 146.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE5A is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB020690-
CMYK100.560.19
HSL146.21º100%40.39%-
HSV(B)146.21º100%80.78%-
XYZ23.9244.8817.08-
YUV131.18104.7534.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 206 (80.86% from 255) = 69.59%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=0%
G=69.59%
B=30.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal020690100.560.19146.2110040.39
Hex0CE5A6403813926428
Octal03161321440702322214450
Binary01100111010110101100100011100010011100100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,206,90); }

 H1.HeaderClassName
 {
   color: #00CE5A;
 }
 .AnyTagClassName
 {
   color: #00CE5A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,206,90); }

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

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

 span { border-color: rgb(0,206,90); }

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