Html Css Color HEX #09F052 Malachite

📋 copy color: '#09F052'

red 9 ◦ green 240 ◦ blue 82

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

Shades of Malachite #09F052

Tints of Malachite #09F052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.51%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 2.72%
G = 72.51%
B = 24.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#09F052 (or 0x09F052) is known color: Malachite. HEX triplet: 09, F0 and 52. RGB value is (9,240,82). Sum of RGB (Red+Green+Blue) = 9+240+82=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #09F052 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F052 is #F60FAD. Grayscale: #999999. Windows color (decimal): -16125870 or 5435401. OLE color: 5435401.

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

Color convert

RGB 9 240 82 -
CMYK 0.96 0 0.66 0.06
HSL 138.96º 0.93% 0.49% -
HSV(B) 138.96º 0.96% 0.94% -
XYZ 32.8 62.99 18.41 -
YUV 152.92 87.97 25.35 -
System Red Green Blue C M Y K H S L
Decimal 9 240 82 0.96 0 0.66 0.06 138.96 0.93 0.49
Hex 9 F0 52 60 0 42 6 8B 5D 31
Octal 11 360 122 140 0 102 6 213 135 61
Binary 1001 11110000 1010010 1100000 0 1000010 110 10001011 1011101 110001

Color Harmonies of #09F052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F052

Black with #09F052

Text Example


Text Example

White with #09F052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,240,82); }

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

background-color css

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

 a { background-color: rgb(9,240,82); }

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

border-color css

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

 span { border-color: rgb(9,240,82); }

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