Html Css Color HEX #2AF955 Malachite

📋 copy color: '#2AF955'

red 42 ◦ green 249 ◦ blue 85

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

Shades of Malachite #2AF955

Tints of Malachite #2AF955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 11.17%
G = 66.22%
B = 22.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#2AF955 (or 0x2AF955) is known color: Malachite. HEX triplet: 2A, F9 and 55. RGB value is (42,249,85). Sum of RGB (Red+Green+Blue) = 42+249+85=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF955 is #D506AA. Grayscale: #A8A8A8. Windows color (decimal): -13960875 or 5634346. OLE color: 5634346.

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

Color convert

RGB 42 249 85 -
CMYK 0.83 0 0.66 0.02
HSL 132.46º 0.95% 0.57% -
HSV(B) 132.46º 0.83% 0.98% -
XYZ 36.47 68.9 19.97 -
YUV 168.41 80.92 37.84 -
System Red Green Blue C M Y K H S L
Decimal 42 249 85 0.83 0 0.66 0.02 132.46 0.95 0.57
Hex 2A F9 55 53 0 42 2 84 5F 39
Octal 52 371 125 123 0 102 2 204 137 71
Binary 101010 11111001 1010101 1010011 0 1000010 10 10000100 1011111 111001

Color Harmonies of #2AF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF955

Black with #2AF955

Text Example


Text Example

White with #2AF955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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