Html Css Color HEX #2AF968 Malachite

📋 copy color: '#2AF968'

red 42 ◦ green 249 ◦ blue 104

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

Shades of Malachite #2AF968

Tints of Malachite #2AF968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 10.63%
G = 63.04%
B = 26.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#2AF968 (or 0x2AF968) is known color: Malachite. HEX triplet: 2A, F9 and 68. RGB value is (42,249,104). Sum of RGB (Red+Green+Blue) = 42+249+104=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF968 is #D50697. Grayscale: #AAAAAA. Windows color (decimal): -13960856 or 6879530. OLE color: 6879530.

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

Color convert

RGB 42 249 104 -
CMYK 0.83 0 0.58 0.02
HSL 137.97º 0.95% 0.57% -
HSV(B) 137.97º 0.83% 0.98% -
XYZ 37.33 69.24 24.49 -
YUV 170.58 90.42 36.29 -
System Red Green Blue C M Y K H S L
Decimal 42 249 104 0.83 0 0.58 0.02 137.97 0.95 0.57
Hex 2A F9 68 53 0 3A 2 8A 5F 39
Octal 52 371 150 123 0 72 2 212 137 71
Binary 101010 11111001 1101000 1010011 0 111010 10 10001010 1011111 111001

Color Harmonies of #2AF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF968

Black with #2AF968

Text Example


Text Example

White with #2AF968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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