Html Css Color HEX #18F940 Malachite

📋 copy color: '#18F940'

red 24 ◦ green 249 ◦ blue 64

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

Shades of Malachite #18F940

Tints of Malachite #18F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.89%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 7.12%
G = 73.89%
B = 18.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#18F940 (or 0x18F940) is known color: Malachite. HEX triplet: 18, F9 and 40. RGB value is (24,249,64). Sum of RGB (Red+Green+Blue) = 24+249+64=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #18F940 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F940 is #E706BF. Grayscale: #A1A1A1. Windows color (decimal): -15140544 or 4258072. OLE color: 4258072.

HSL color Cylindrical-coordinate representation of color #18F940: hue angle of 130.67º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F940 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 249 64 -
CMYK 0.90 0 0.74 0.02
HSL 130.67º 0.95% 0.54% -
HSV(B) 130.67º 0.9% 0.98% -
XYZ 35.18 68.32 16.18 -
YUV 160.64 73.46 30.54 -
System Red Green Blue C M Y K H S L
Decimal 24 249 64 0.90 0 0.74 0.02 130.67 0.95 0.54
Hex 18 F9 40 5A 0 4A 2 83 5F 36
Octal 30 371 100 132 0 112 2 203 137 66
Binary 11000 11111001 1000000 1011010 0 1001010 10 10000011 1011111 110110

Color Harmonies of #18F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F940

Black with #18F940

Text Example


Text Example

White with #18F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,249,64); }

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

background-color css

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

 a { background-color: rgb(24,249,64); }

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

border-color css

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

 span { border-color: rgb(24,249,64); }

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