Html Css Color HEX #2AF264 Malachite

📋 copy color: '#2AF264'

red 42 ◦ green 242 ◦ blue 100

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

Shades of Malachite #2AF264

Tints of Malachite #2AF264

RGB

 RED value IS 42 (16.8% from 255) = 10.94%

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

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 10.94%
G = 63.02%
B = 26.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#2AF264 (or 0x2AF264) is known color: Malachite. HEX triplet: 2A, F2 and 64. RGB value is (42,242,100). Sum of RGB (Red+Green+Blue) = 42+242+100=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF264 is #D50D9B. Grayscale: #A6A6A6. Windows color (decimal): -13962652 or 6615594. OLE color: 6615594.

HSL color Cylindrical-coordinate representation of color #2AF264: hue angle of 137.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF264 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 242 100 -
CMYK 0.83 0 0.59 0.05
HSL 137.4º 0.88% 0.56% -
HSV(B) 137.4º 0.83% 0.95% -
XYZ 35.01 64.92 22.74 -
YUV 166.01 90.74 39.55 -
System Red Green Blue C M Y K H S L
Decimal 42 242 100 0.83 0 0.59 0.05 137.4 0.88 0.56
Hex 2A F2 64 53 0 3B 5 89 58 38
Octal 52 362 144 123 0 73 5 211 130 70
Binary 101010 11110010 1100100 1010011 0 111011 101 10001001 1011000 111000

Color Harmonies of #2AF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF264

Black with #2AF264

Text Example


Text Example

White with #2AF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AF264; }

 p { color: rgb(42,242,100); }

 H1.HeaderClassName
 {
   color: #2AF264;
 }
 .AnyTagClassName
 {
   color: #2AF264;
 }
</style>

background-color css

<style>
 a { background-color: #2AF264; }

 a { background-color: rgb(42,242,100); }

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

border-color css

<style>
 span { border-color: #2AF264; }

 span { border-color: rgb(42,242,100); }

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