Html Css Color HEX #1FE960 Malachite

📋 copy color: '#1FE960'

red 31 ◦ green 233 ◦ blue 96

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

Shades of Malachite #1FE960

Tints of Malachite #1FE960

RGB

 RED value IS 31 (12.5% from 255) = 8.61%

 GREEN value IS 233 (91.41% from 255) = 64.72%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 8.61%
G = 64.72%
B = 26.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#1FE960 (or 0x1FE960) is known color: Malachite. HEX triplet: 1F, E9 and 60. RGB value is (31,233,96). Sum of RGB (Red+Green+Blue) = 31+233+96=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 233 (91.41% from 255 or 64.72% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE960 is #E0169F. Grayscale: #9D9D9D. Windows color (decimal): -14685856 or 6351135. OLE color: 6351135.

HSL color Cylindrical-coordinate representation of color #1FE960: hue angle of 139.31º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE960 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 233 96 -
CMYK 0.87 0 0.59 0.09
HSL 139.31º 0.82% 0.52% -
HSV(B) 139.31º 0.87% 0.91% -
XYZ 31.82 59.41 20.86 -
YUV 156.98 93.58 38.14 -
System Red Green Blue C M Y K H S L
Decimal 31 233 96 0.87 0 0.59 0.09 139.31 0.82 0.52
Hex 1F E9 60 57 0 3B 9 8B 52 34
Octal 37 351 140 127 0 73 11 213 122 64
Binary 11111 11101001 1100000 1010111 0 111011 1001 10001011 1010010 110100

Color Harmonies of #1FE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE960

Black with #1FE960

Text Example


Text Example

White with #1FE960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,233,96); }

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

background-color css

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

 a { background-color: rgb(31,233,96); }

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

border-color css

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

 span { border-color: rgb(31,233,96); }

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