Html Css Color HEX #09CC70 Malachite

📋 copy color: '#09CC70'

red 9 ◦ green 204 ◦ blue 112

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

Shades of Malachite #09CC70

Tints of Malachite #09CC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 2.77%
G = 62.77%
B = 34.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#09CC70 (or 0x09CC70) is known color: Malachite. HEX triplet: 09, CC and 70. RGB value is (9,204,112). Sum of RGB (Red+Green+Blue) = 9+204+112=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CC70 is #F6338F. Grayscale: #878787. Windows color (decimal): -16135056 or 7392265. OLE color: 7392265.

HSL color Cylindrical-coordinate representation of color #09CC70: hue angle of 151.69º 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 #09CC70 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 204 112 -
CMYK 0.96 0 0.45 0.2
HSL 151.69º 0.92% 0.42% -
HSV(B) 151.69º 0.96% 0.8% -
XYZ 24.63 44.41 22.6 -
YUV 135.21 114.9 37.98 -
System Red Green Blue C M Y K H S L
Decimal 9 204 112 0.96 0 0.45 0.2 151.69 0.92 0.42
Hex 9 CC 70 60 0 2D 14 98 5C 2A
Octal 11 314 160 140 0 55 24 230 134 52
Binary 1001 11001100 1110000 1100000 0 101101 10100 10011000 1011100 101010

Color Harmonies of #09CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CC70

Black with #09CC70

Text Example


Text Example

White with #09CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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