Html Css Color HEX #18F250 Malachite

📋 copy color: '#18F250'

red 24 ◦ green 242 ◦ blue 80

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

Shades of Malachite #18F250

Tints of Malachite #18F250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.94%

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

R = 6.94%
G = 69.94%
B = 23.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#18F250 (or 0x18F250) is known color: Malachite. HEX triplet: 18, F2 and 50. RGB value is (24,242,80). Sum of RGB (Red+Green+Blue) = 24+242+80=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #18F250 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F250 is #E70DAF. Grayscale: #9E9E9E. Windows color (decimal): -15142320 or 5304856. OLE color: 5304856.

HSL color Cylindrical-coordinate representation of color #18F250: hue angle of 135.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F250 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 242 80 -
CMYK 0.90 0 0.67 0.05
HSL 135.41º 0.89% 0.52% -
HSV(B) 135.41º 0.9% 0.95% -
XYZ 33.58 64.28 18.23 -
YUV 158.35 83.78 32.17 -
System Red Green Blue C M Y K H S L
Decimal 24 242 80 0.90 0 0.67 0.05 135.41 0.89 0.52
Hex 18 F2 50 5A 0 43 5 87 59 34
Octal 30 362 120 132 0 103 5 207 131 64
Binary 11000 11110010 1010000 1011010 0 1000011 101 10000111 1011001 110100

Color Harmonies of #18F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F250

Black with #18F250

Text Example


Text Example

White with #18F250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,242,80); }

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

background-color css

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

 a { background-color: rgb(24,242,80); }

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

border-color css

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

 span { border-color: rgb(24,242,80); }

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