Html Css Color HEX #18F85F Malachite

📋 copy color: '#18F85F'

red 24 ◦ green 248 ◦ blue 95

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

Shades of Malachite #18F85F

Tints of Malachite #18F85F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.57%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 6.54%
G = 67.57%
B = 25.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#18F85F (or 0x18F85F) is known color: Malachite. HEX triplet: 18, F8 and 5F. RGB value is (24,248,95). Sum of RGB (Red+Green+Blue) = 24+248+95=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #18F85F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F85F is #E707A0. Grayscale: #A3A3A3. Windows color (decimal): -15140769 or 6289432. OLE color: 6289432.

HSL color Cylindrical-coordinate representation of color #18F85F: hue angle of 139.02º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F85F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 248 95 -
CMYK 0.90 0 0.62 0.03
HSL 139.02º 0.94% 0.53% -
HSV(B) 139.02º 0.9% 0.97% -
XYZ 36.01 68.16 22.08 -
YUV 163.58 89.29 28.44 -
System Red Green Blue C M Y K H S L
Decimal 24 248 95 0.90 0 0.62 0.03 139.02 0.94 0.53
Hex 18 F8 5F 5A 0 3E 3 8B 5E 35
Octal 30 370 137 132 0 76 3 213 136 65
Binary 11000 11111000 1011111 1011010 0 111110 11 10001011 1011110 110101

Color Harmonies of #18F85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F85F

Black with #18F85F

Text Example


Text Example

White with #18F85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,248,95); }

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

background-color css

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

 a { background-color: rgb(24,248,95); }

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

border-color css

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

 span { border-color: rgb(24,248,95); }

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