Html Css Color HEX #09F141 Malachite

📋 copy color: '#09F141'

red 9 ◦ green 241 ◦ blue 65

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

Shades of Malachite #09F141

Tints of Malachite #09F141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.51%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 2.86%
G = 76.51%
B = 20.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#09F141 (or 0x09F141) is known color: Malachite. HEX triplet: 09, F1 and 41. RGB value is (9,241,65). Sum of RGB (Red+Green+Blue) = 9+241+65=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #09F141 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F141 is #F60EBE. Grayscale: #989898. Windows color (decimal): -16125631 or 4321545. OLE color: 4321545.

HSL color Cylindrical-coordinate representation of color #09F141: hue angle of 134.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F141 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 241 65 -
CMYK 0.96 0 0.73 0.05
HSL 134.48º 0.93% 0.49% -
HSV(B) 134.48º 0.96% 0.95% -
XYZ 32.52 63.35 15.51 -
YUV 151.57 79.14 26.31 -
System Red Green Blue C M Y K H S L
Decimal 9 241 65 0.96 0 0.73 0.05 134.48 0.93 0.49
Hex 9 F1 41 60 0 49 5 86 5D 31
Octal 11 361 101 140 0 111 5 206 135 61
Binary 1001 11110001 1000001 1100000 0 1001001 101 10000110 1011101 110001

Color Harmonies of #09F141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F141

Black with #09F141

Text Example


Text Example

White with #09F141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,241,65); }

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

background-color css

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

 a { background-color: rgb(9,241,65); }

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

border-color css

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

 span { border-color: rgb(9,241,65); }

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