Html Css Color HEX #1CF06A Malachite

📋 copy color: '#1CF06A'

red 28 ◦ green 240 ◦ blue 106

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

Shades of Malachite #1CF06A

Tints of Malachite #1CF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.17%

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 7.49%
G = 64.17%
B = 28.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#1CF06A (or 0x1CF06A) is known color: Malachite. HEX triplet: 1C, F0 and 6A. RGB value is (28,240,106). Sum of RGB (Red+Green+Blue) = 28+240+106=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF06A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF06A is #E30F95. Grayscale: #A1A1A1. Windows color (decimal): -14880662 or 7008284. OLE color: 7008284.

HSL color Cylindrical-coordinate representation of color #1CF06A: hue angle of 142.08º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF06A is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 106 -
CMYK 0.88 0 0.56 0.06
HSL 142.08º 0.88% 0.53% -
HSV(B) 142.08º 0.88% 0.94% -
XYZ 34.24 63.61 24.11 -
YUV 161.34 96.76 32.9 -
System Red Green Blue C M Y K H S L
Decimal 28 240 106 0.88 0 0.56 0.06 142.08 0.88 0.53
Hex 1C F0 6A 58 0 38 6 8E 58 35
Octal 34 360 152 130 0 70 6 216 130 65
Binary 11100 11110000 1101010 1011000 0 111000 110 10001110 1011000 110101

Color Harmonies of #1CF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF06A

Black with #1CF06A

Text Example


Text Example

White with #1CF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,240,106); }

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

background-color css

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

 a { background-color: rgb(28,240,106); }

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

border-color css

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

 span { border-color: rgb(28,240,106); }

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