Html Css Color HEX #1FF85A Malachite

📋 copy color: '#1FF85A'

red 31 ◦ green 248 ◦ blue 90

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

Shades of Malachite #1FF85A

Tints of Malachite #1FF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.21%

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 8.4%
G = 67.21%
B = 24.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#1FF85A (or 0x1FF85A) is known color: Malachite. HEX triplet: 1F, F8 and 5A. RGB value is (31,248,90). Sum of RGB (Red+Green+Blue) = 31+248+90=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #1FF85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF85A is #E007A5. Grayscale: #A5A5A5. Windows color (decimal): -14682022 or 5961759. OLE color: 5961759.

HSL color Cylindrical-coordinate representation of color #1FF85A: hue angle of 136.31º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF85A is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 31 248 90 -
CMYK 0.88 0 0.64 0.03
HSL 136.31º 0.94% 0.55% -
HSV(B) 136.31º 0.88% 0.97% -
XYZ 35.98 68.16 20.93 -
YUV 165.11 85.61 32.35 -
System Red Green Blue C M Y K H S L
Decimal 31 248 90 0.88 0 0.64 0.03 136.31 0.94 0.55
Hex 1F F8 5A 58 0 40 3 88 5E 37
Octal 37 370 132 130 0 100 3 210 136 67
Binary 11111 11111000 1011010 1011000 0 1000000 11 10001000 1011110 110111

Color Harmonies of #1FF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF85A

Black with #1FF85A

Text Example


Text Example

White with #1FF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,248,90); }

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

background-color css

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

 a { background-color: rgb(31,248,90); }

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

border-color css

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

 span { border-color: rgb(31,248,90); }

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