Html Css Color HEX #01D245 Malachite

📋 copy color: '#01D245'

red 1 ◦ green 210 ◦ blue 69

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

Shades of Malachite #01D245

Tints of Malachite #01D245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75%

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 0.36%
G = 75%
B = 24.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#01D245 (or 0x01D245) is known color: Malachite. HEX triplet: 01, D2 and 45. RGB value is (1,210,69). Sum of RGB (Red+Green+Blue) = 1+210+69=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #01D245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D245 is #FE2DBA. Grayscale: #838383. Windows color (decimal): -16657851 or 4575745. OLE color: 4575745.

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

Color convert

RGB 1 210 69 -
CMYK 1.00 0 0.67 0.18
HSL 139.52º 0.99% 0.41% -
HSV(B) 139.52º 1% 0.82% -
XYZ 24.13 46.53 13.34 -
YUV 131.44 92.76 34.96 -
System Red Green Blue C M Y K H S L
Decimal 1 210 69 1.00 0 0.67 0.18 139.52 0.99 0.41
Hex 1 D2 45 64 0 43 12 8C 63 29
Octal 1 322 105 144 0 103 22 214 143 51
Binary 1 11010010 1000101 1100100 0 1000011 10010 10001100 1100011 101001

Color Harmonies of #01D245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D245

Black with #01D245

Text Example


Text Example

White with #01D245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,69); }

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

background-color css

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

 a { background-color: rgb(1,210,69); }

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

border-color css

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

 span { border-color: rgb(1,210,69); }

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