Html Css Color HEX #09CC64 Malachite

📋 copy color: '#09CC64'

red 9 ◦ green 204 ◦ blue 100

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

Shades of Malachite #09CC64

Tints of Malachite #09CC64

RGB

 RED value IS 9 (3.91% from 255) = 2.88%

 GREEN value IS 204 (80.08% from 255) = 65.18%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 2.88%
G = 65.18%
B = 31.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#09CC64 (or 0x09CC64) is known color: Malachite. HEX triplet: 09, CC and 64. RGB value is (9,204,100). Sum of RGB (Red+Green+Blue) = 9+204+100=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CC64 is #F6339B. Grayscale: #868686. Windows color (decimal): -16135068 or 6605833. OLE color: 6605833.

HSL color Cylindrical-coordinate representation of color #09CC64: hue angle of 148º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CC64 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 204 100 -
CMYK 0.96 0 0.51 0.2
HSL 148º 0.92% 0.42% -
HSV(B) 148º 0.96% 0.8% -
XYZ 24.01 44.16 19.32 -
YUV 133.84 108.9 38.96 -
System Red Green Blue C M Y K H S L
Decimal 9 204 100 0.96 0 0.51 0.2 148 0.92 0.42
Hex 9 CC 64 60 0 33 14 94 5C 2A
Octal 11 314 144 140 0 63 24 224 134 52
Binary 1001 11001100 1100100 1100000 0 110011 10100 10010100 1011100 101010

Color Harmonies of #09CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CC64

Black with #09CC64

Text Example


Text Example

White with #09CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,204,100); }

 H1.HeaderClassName
 {
   color: #09CC64;
 }
 .AnyTagClassName
 {
   color: #09CC64;
 }
</style>

background-color css

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

 a { background-color: rgb(9,204,100); }

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

border-color css

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

 span { border-color: rgb(9,204,100); }

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