Html Css Color HEX #1CF038 Malachite

📋 copy color: '#1CF038'

red 28 ◦ green 240 ◦ blue 56

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

Shades of Malachite #1CF038

Tints of Malachite #1CF038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.28%

R = 8.64%
G = 74.07%
B = 17.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#1CF038 (or 0x1CF038) is known color: Malachite. HEX triplet: 1C, F0 and 38. RGB value is (28,240,56). Sum of RGB (Red+Green+Blue) = 28+240+56=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF038 is #E30FC7. Grayscale: #9C9C9C. Windows color (decimal): -14880712 or 3731484. OLE color: 3731484.

HSL color Cylindrical-coordinate representation of color #1CF038: hue angle of 127.92º 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 #1CF038 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 56 -
CMYK 0.88 0 0.77 0.06
HSL 127.92º 0.88% 0.53% -
HSV(B) 127.92º 0.88% 0.94% -
XYZ 32.35 62.85 14.17 -
YUV 155.64 71.76 36.96 -
System Red Green Blue C M Y K H S L
Decimal 28 240 56 0.88 0 0.77 0.06 127.92 0.88 0.53
Hex 1C F0 38 58 0 4D 6 80 58 35
Octal 34 360 70 130 0 115 6 200 130 65
Binary 11100 11110000 111000 1011000 0 1001101 110 10000000 1011000 110101

Color Harmonies of #1CF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF038

Black with #1CF038

Text Example


Text Example

White with #1CF038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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