Html Css Color HEX #1CF13F Malachite

📋 copy color: '#1CF13F'

red 28 ◦ green 241 ◦ blue 63

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

Shades of Malachite #1CF13F

Tints of Malachite #1CF13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.59%

 BLUE value IS 63 (25% from 255) = 18.98%

R = 8.43%
G = 72.59%
B = 18.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#1CF13F (or 0x1CF13F) is known color: Malachite. HEX triplet: 1C, F1 and 3F. RGB value is (28,241,63). Sum of RGB (Red+Green+Blue) = 28+241+63=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF13F is #E30EC0. Grayscale: #9D9D9D. Windows color (decimal): -14880449 or 4190492. OLE color: 4190492.

HSL color Cylindrical-coordinate representation of color #1CF13F: hue angle of 129.86º degrees, saturation: 0.88, 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 #1CF13F is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 241 63 -
CMYK 0.88 0 0.74 0.05
HSL 129.86º 0.88% 0.53% -
HSV(B) 129.86º 0.88% 0.95% -
XYZ 32.83 63.52 15.23 -
YUV 157.02 74.93 35.97 -
System Red Green Blue C M Y K H S L
Decimal 28 241 63 0.88 0 0.74 0.05 129.86 0.88 0.53
Hex 1C F1 3F 58 0 4A 5 82 58 35
Octal 34 361 77 130 0 112 5 202 130 65
Binary 11100 11110001 111111 1011000 0 1001010 101 10000010 1011000 110101

Color Harmonies of #1CF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF13F

Black with #1CF13F

Text Example


Text Example

White with #1CF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,241,63); }

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

background-color css

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

 a { background-color: rgb(28,241,63); }

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

border-color css

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

 span { border-color: rgb(28,241,63); }

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