Html Css Color HEX #1CF246 Malachite

📋 copy color: '#1CF246'

red 28 ◦ green 242 ◦ blue 70

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

Shades of Malachite #1CF246

Tints of Malachite #1CF246

RGB

 RED value IS 28 (11.33% from 255) = 8.24%

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 8.24%
G = 71.18%
B = 20.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#1CF246 (or 0x1CF246) is known color: Malachite. HEX triplet: 1C, F2 and 46. RGB value is (28,242,70). Sum of RGB (Red+Green+Blue) = 28+242+70=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF246 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF246 is #E30DB9. Grayscale: #9E9E9E. Windows color (decimal): -14880186 or 4649500. OLE color: 4649500.

HSL color Cylindrical-coordinate representation of color #1CF246: hue angle of 131.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF246 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 242 70 -
CMYK 0.88 0 0.71 0.05
HSL 131.78º 0.89% 0.53% -
HSV(B) 131.78º 0.88% 0.95% -
XYZ 33.34 64.19 16.43 -
YUV 158.41 78.1 34.99 -
System Red Green Blue C M Y K H S L
Decimal 28 242 70 0.88 0 0.71 0.05 131.78 0.89 0.53
Hex 1C F2 46 58 0 47 5 84 59 35
Octal 34 362 106 130 0 107 5 204 131 65
Binary 11100 11110010 1000110 1011000 0 1000111 101 10000100 1011001 110101

Color Harmonies of #1CF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF246

Black with #1CF246

Text Example


Text Example

White with #1CF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CF246; }

 p { color: rgb(28,242,70); }

 H1.HeaderClassName
 {
   color: #1CF246;
 }
 .AnyTagClassName
 {
   color: #1CF246;
 }
</style>

background-color css

<style>
 a { background-color: #1CF246; }

 a { background-color: rgb(28,242,70); }

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

border-color css

<style>
 span { border-color: #1CF246; }

 span { border-color: rgb(28,242,70); }

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