Html Css Color HEX #09CC50 Malachite

📋 copy color: '#09CC50'

red 9 ◦ green 204 ◦ blue 80

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

Shades of Malachite #09CC50

Tints of Malachite #09CC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 3.07%
G = 69.62%
B = 27.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#09CC50 (or 0x09CC50) is known color: Malachite. HEX triplet: 09, CC and 50. RGB value is (9,204,80). Sum of RGB (Red+Green+Blue) = 9+204+80=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CC50 is #F633AF. Grayscale: #838383. Windows color (decimal): -16135088 or 5295113. OLE color: 5295113.

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

Color convert

RGB 9 204 80 -
CMYK 0.96 0 0.61 0.2
HSL 141.85º 0.92% 0.42% -
HSV(B) 141.85º 0.96% 0.8% -
XYZ 23.15 43.82 14.83 -
YUV 131.56 98.9 40.58 -
System Red Green Blue C M Y K H S L
Decimal 9 204 80 0.96 0 0.61 0.2 141.85 0.92 0.42
Hex 9 CC 50 60 0 3D 14 8E 5C 2A
Octal 11 314 120 140 0 75 24 216 134 52
Binary 1001 11001100 1010000 1100000 0 111101 10100 10001110 1011100 101010

Color Harmonies of #09CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CC50

Black with #09CC50

Text Example


Text Example

White with #09CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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