#2AF366

Color #2AF366 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2AF366

Tints of Malachite #2AF366

Color information

#2AF366 (or 0x2AF366) is unknown color: approx Malachite. HEX triplet: 2A, F3 and 66. RGB value is (42,243,102). Sum of RGB (Red+Green+Blue) = 42+243+102=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF366 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF366 is #D50C99. Grayscale: #A7A7A7. Windows color (decimal): -13962394 or 6746922. OLE color: 6746922.

HSL color Cylindrical-coordinate representation of color #2AF366: hue angle of 137.91º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF366 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB42243102-
CMYK0.8300.580.05
HSL137.91º89.33%55.88%-
HSV(B)137.91º82.72%95.29%-
XYZ35.465.5523.36-
YUV166.8391.4138.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.85%
GREEN value IS 243 (95.31% from 255) = 62.79%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=10.85%
G=62.79%
B=26.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422431020.8300.580.05137.9189.3355.88
Hex2AF3665303A58a5938
Octal52363146123072521213170
Binary10101011110011110011010100110111010101100010101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,243,102); }

 H1.HeaderClassName
 {
   color: #2AF366;
 }
 .AnyTagClassName
 {
   color: #2AF366;
 }
</style>
background-color css

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

 a { background-color: rgb(42,243,102); }

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

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

 span { border-color: rgb(42,243,102); }

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