#07CA5C

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

Shades of Malachite #07CA5C

Tints of Malachite #07CA5C

Color information

#07CA5C (or 0x07CA5C) is unknown color: approx Malachite. HEX triplet: 07, CA and 5C. RGB value is (7,202,92). Sum of RGB (Red+Green+Blue) = 7+202+92=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA5C is #F835A3. Grayscale: #838383. Windows color (decimal): -16266660 or 6081031. OLE color: 6081031.

HSL color Cylindrical-coordinate representation of color #07CA5C: hue angle of 146.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA5C is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB720292-
CMYK0.9700.540.21
HSL146.15º93.3%40.98%-
HSV(B)146.15º96.53%79.22%-
XYZ23.1443.0617.22-
YUV131.16105.939.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 202 (79.30% from 255) = 67.11%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=2.33%
G=67.11%
B=30.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7202920.9700.540.21146.1593.340.98
Hex7CA5C6103615925d29
Octal73121341410662522213551
Binary1111100101010111001100001011011010101100100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CA5C; }

 p { color: rgb(7,202,92); }

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

<style>
 a { background-color: #07CA5C; }

 a { background-color: rgb(7,202,92); }

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

<style>
 span { border-color: #07CA5C; }

 span { border-color: rgb(7,202,92); }

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