Html Css Color HEX #01F952 Malachite

📋 copy color: '#01F952'

red 1 ◦ green 249 ◦ blue 82

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

Shades of Malachite #01F952

Tints of Malachite #01F952

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 249 (97.66% from 255) = 75%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 0.3%
G = 75%
B = 24.7%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#01F952 (or 0x01F952) is known color: Malachite. HEX triplet: 01, F9 and 52. RGB value is (1,249,82). Sum of RGB (Red+Green+Blue) = 1+249+82=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #01F952 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F952 is #FE06AD. Grayscale: #9C9C9C. Windows color (decimal): -16647854 or 5437697. OLE color: 5437697.

HSL color Cylindrical-coordinate representation of color #01F952: hue angle of 139.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F952 is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 249 82 -
CMYK 1.00 0 0.67 0.02
HSL 139.6º 0.99% 0.49% -
HSV(B) 139.6º 1% 0.98% -
XYZ 35.41 68.37 19.31 -
YUV 155.81 86.34 17.58 -
System Red Green Blue C M Y K H S L
Decimal 1 249 82 1.00 0 0.67 0.02 139.6 0.99 0.49
Hex 1 F9 52 64 0 43 2 8C 63 31
Octal 1 371 122 144 0 103 2 214 143 61
Binary 1 11111001 1010010 1100100 0 1000011 10 10001100 1100011 110001

Color Harmonies of #01F952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F952

Black with #01F952

Text Example


Text Example

White with #01F952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01F952; }

 p { color: rgb(1,249,82); }

 H1.HeaderClassName
 {
   color: #01F952;
 }
 .AnyTagClassName
 {
   color: #01F952;
 }
</style>

background-color css

<style>
 a { background-color: #01F952; }

 a { background-color: rgb(1,249,82); }

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

border-color css

<style>
 span { border-color: #01F952; }

 span { border-color: rgb(1,249,82); }

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