Html Css Color HEX #18F069 Malachite

📋 copy color: '#18F069'

red 24 ◦ green 240 ◦ blue 105

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

Shades of Malachite #18F069

Tints of Malachite #18F069

RGB

 RED value IS 24 (9.77% from 255) = 6.5%

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

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 6.5%
G = 65.04%
B = 28.46%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#18F069 (or 0x18F069) is known color: Malachite. HEX triplet: 18, F0 and 69. RGB value is (24,240,105). Sum of RGB (Red+Green+Blue) = 24+240+105=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #18F069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F069 is #E70F96. Grayscale: #A0A0A0. Windows color (decimal): -15142807 or 6942744. OLE color: 6942744.

HSL color Cylindrical-coordinate representation of color #18F069: hue angle of 142.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F069 is Cyan = 0.9, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 240 105 -
CMYK 0.9 0 0.56 0.06
HSL 142.5º 0.88% 0.52% -
HSV(B) 142.5º 0.9% 0.94% -
XYZ 34.09 63.53 23.83 -
YUV 160.03 96.94 30.98 -
System Red Green Blue C M Y K H S L
Decimal 24 240 105 0.9 0 0.56 0.06 142.5 0.88 0.52
Hex 18 F0 69 5A 0 38 6 8E 58 34
Octal 30 360 151 132 0 70 6 216 130 64
Binary 11000 11110000 1101001 1011010 0 111000 110 10001110 1011000 110100

Color Harmonies of #18F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F069

Black with #18F069

Text Example


Text Example

White with #18F069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18F069; }

 p { color: rgb(24,240,105); }

 H1.HeaderClassName
 {
   color: #18F069;
 }
 .AnyTagClassName
 {
   color: #18F069;
 }
</style>

background-color css

<style>
 a { background-color: #18F069; }

 a { background-color: rgb(24,240,105); }

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

border-color css

<style>
 span { border-color: #18F069; }

 span { border-color: rgb(24,240,105); }

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