Html Css Color HEX #2AF969 Malachite

📋 copy color: '#2AF969'

red 42 ◦ green 249 ◦ blue 105

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

Shades of Malachite #2AF969

Tints of Malachite #2AF969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 10.61%
G = 62.88%
B = 26.52%

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

#2AF969 (or 0x2AF969) is known color: Malachite. HEX triplet: 2A, F9 and 69. RGB value is (42,249,105). Sum of RGB (Red+Green+Blue) = 42+249+105=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 249 (97.66% from 255 or 62.88% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF969 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF969 is #D50696. Grayscale: #ABABAB. Windows color (decimal): -13960855 or 6945066. OLE color: 6945066.

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

Color convert

RGB 42 249 105 -
CMYK 0.83 0 0.58 0.02
HSL 138.26º 0.95% 0.57% -
HSV(B) 138.26º 0.83% 0.98% -
XYZ 37.38 69.26 24.76 -
YUV 170.69 90.92 36.21 -
System Red Green Blue C M Y K H S L
Decimal 42 249 105 0.83 0 0.58 0.02 138.26 0.95 0.57
Hex 2A F9 69 53 0 3A 2 8A 5F 39
Octal 52 371 151 123 0 72 2 212 137 71
Binary 101010 11111001 1101001 1010011 0 111010 10 10001010 1011111 111001

Color Harmonies of #2AF969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF969

Black with #2AF969

Text Example


Text Example

White with #2AF969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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