#09CA68

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

Shades of Malachite #09CA68

Tints of Malachite #09CA68

Color information

#09CA68 (or 0x09CA68) is unknown color: approx Malachite. HEX triplet: 09, CA and 68. RGB value is (9,202,104). Sum of RGB (Red+Green+Blue) = 9+202+104=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA68 is #F63597. Grayscale: #858585. Windows color (decimal): -16135576 or 6867465. OLE color: 6867465.

HSL color Cylindrical-coordinate representation of color #09CA68: hue angle of 149.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA68 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB9202104-
CMYK0.9600.490.21
HSL149.53º91.47%41.37%-
HSV(B)149.53º95.54%79.22%-
XYZ23.7343.320.2-
YUV133.12111.5639.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 202 (79.30% from 255) = 64.13%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=2.86%
G=64.13%
B=33.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92021040.9600.490.21149.5391.4741.37
Hex9CA686003115965b29
Octal113121501400612522613351
Binary10011100101011010001100000011000110101100101101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09CA68; }

 p { color: rgb(9,202,104); }

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

<style>
 a { background-color: #09CA68; }

 a { background-color: rgb(9,202,104); }

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

<style>
 span { border-color: #09CA68; }

 span { border-color: rgb(9,202,104); }

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