Html Css Color HEX #18CF42 Malachite

📋 copy color: '#18CF42'

red 24 ◦ green 207 ◦ blue 66

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

Shades of Malachite #18CF42

Tints of Malachite #18CF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.7%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 8.08%
G = 69.7%
B = 22.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#18CF42 (or 0x18CF42) is known color: Malachite. HEX triplet: 18, CF and 42. RGB value is (24,207,66). Sum of RGB (Red+Green+Blue) = 24+207+66=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF42 is #E730BD. Grayscale: #888888. Windows color (decimal): -15151294 or 4378392. OLE color: 4378392.

HSL color Cylindrical-coordinate representation of color #18CF42: hue angle of 133.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CF42 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 66 -
CMYK 0.88 0 0.68 0.19
HSL 133.77º 0.79% 0.45% -
HSV(B) 133.77º 0.88% 0.81% -
XYZ 23.67 45.21 12.63 -
YUV 136.21 88.37 47.96 -
System Red Green Blue C M Y K H S L
Decimal 24 207 66 0.88 0 0.68 0.19 133.77 0.79 0.45
Hex 18 CF 42 58 0 44 13 86 4F 2D
Octal 30 317 102 130 0 104 23 206 117 55
Binary 11000 11001111 1000010 1011000 0 1000100 10011 10000110 1001111 101101

Color Harmonies of #18CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF42

Black with #18CF42

Text Example


Text Example

White with #18CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,66); }

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

background-color css

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

 a { background-color: rgb(24,207,66); }

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

border-color css

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

 span { border-color: rgb(24,207,66); }

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