Html Css Color HEX #1CF25F Malachite

📋 copy color: '#1CF25F'

red 28 ◦ green 242 ◦ blue 95

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

Shades of Malachite #1CF25F

Tints of Malachite #1CF25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 7.67%
G = 66.3%
B = 26.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#1CF25F (or 0x1CF25F) is known color: Malachite. HEX triplet: 1C, F2 and 5F. RGB value is (28,242,95). Sum of RGB (Red+Green+Blue) = 28+242+95=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF25F is #E30DA0. Grayscale: #A1A1A1. Windows color (decimal): -14880161 or 6287900. OLE color: 6287900.

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

Color convert

RGB 28 242 95 -
CMYK 0.88 0 0.61 0.05
HSL 138.79º 0.89% 0.53% -
HSV(B) 138.79º 0.88% 0.95% -
XYZ 34.3 64.58 21.48 -
YUV 161.26 90.6 32.95 -
System Red Green Blue C M Y K H S L
Decimal 28 242 95 0.88 0 0.61 0.05 138.79 0.89 0.53
Hex 1C F2 5F 58 0 3D 5 8B 59 35
Octal 34 362 137 130 0 75 5 213 131 65
Binary 11100 11110010 1011111 1011000 0 111101 101 10001011 1011001 110101

Color Harmonies of #1CF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF25F

Black with #1CF25F

Text Example


Text Example

White with #1CF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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