Html Css Color HEX #2AF960 Malachite

📋 copy color: '#2AF960'

red 42 ◦ green 249 ◦ blue 96

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

Shades of Malachite #2AF960

Tints of Malachite #2AF960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 10.85%
G = 64.34%
B = 24.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#2AF960 (or 0x2AF960) is known color: Malachite. HEX triplet: 2A, F9 and 60. RGB value is (42,249,96). Sum of RGB (Red+Green+Blue) = 42+249+96=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF960 is #D5069F. Grayscale: #AAAAAA. Windows color (decimal): -13960864 or 6355242. OLE color: 6355242.

HSL color Cylindrical-coordinate representation of color #2AF960: hue angle of 135.65º 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 #2AF960 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 96 -
CMYK 0.83 0 0.61 0.02
HSL 135.65º 0.95% 0.57% -
HSV(B) 135.65º 0.83% 0.98% -
XYZ 36.94 69.09 22.45 -
YUV 169.67 86.42 36.94 -
System Red Green Blue C M Y K H S L
Decimal 42 249 96 0.83 0 0.61 0.02 135.65 0.95 0.57
Hex 2A F9 60 53 0 3D 2 88 5F 39
Octal 52 371 140 123 0 75 2 210 137 71
Binary 101010 11111001 1100000 1010011 0 111101 10 10001000 1011111 111001

Color Harmonies of #2AF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF960

Black with #2AF960

Text Example


Text Example

White with #2AF960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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