Html Css Color HEX #2AF964 Malachite

📋 copy color: '#2AF964'

red 42 ◦ green 249 ◦ blue 100

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

Shades of Malachite #2AF964

Tints of Malachite #2AF964

RGB

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

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

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

R = 10.74%
G = 63.68%
B = 25.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#2AF964 (or 0x2AF964) is known color: Malachite. HEX triplet: 2A, F9 and 64. RGB value is (42,249,100). Sum of RGB (Red+Green+Blue) = 42+249+100=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF964 is #D5069B. Grayscale: #AAAAAA. Windows color (decimal): -13960860 or 6617386. OLE color: 6617386.

HSL color Cylindrical-coordinate representation of color #2AF964: hue angle of 136.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF964 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 100 -
CMYK 0.83 0 0.60 0.02
HSL 136.81º 0.95% 0.57% -
HSV(B) 136.81º 0.83% 0.98% -
XYZ 37.13 69.16 23.45 -
YUV 170.12 88.42 36.62 -
System Red Green Blue C M Y K H S L
Decimal 42 249 100 0.83 0 0.60 0.02 136.81 0.95 0.57
Hex 2A F9 64 53 0 3C 2 89 5F 39
Octal 52 371 144 123 0 74 2 211 137 71
Binary 101010 11111001 1100100 1010011 0 111100 10 10001001 1011111 111001

Color Harmonies of #2AF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF964

Black with #2AF964

Text Example


Text Example

White with #2AF964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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