Html Css Color HEX #2AF368 Malachite

📋 copy color: '#2AF368'

red 42 ◦ green 243 ◦ blue 104

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

Shades of Malachite #2AF368

Tints of Malachite #2AF368

RGB

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

 GREEN value IS 243 (95.31% from 255) = 62.47%

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

R = 10.8%
G = 62.47%
B = 26.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#2AF368 (or 0x2AF368) is known color: Malachite. HEX triplet: 2A, F3 and 68. RGB value is (42,243,104). Sum of RGB (Red+Green+Blue) = 42+243+104=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF368 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF368 is #D50C97. Grayscale: #A7A7A7. Windows color (decimal): -13962392 or 6877994. OLE color: 6877994.

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

Color convert

RGB 42 243 104 -
CMYK 0.83 0 0.57 0.05
HSL 138.51º 0.89% 0.56% -
HSV(B) 138.51º 0.83% 0.95% -
XYZ 35.5 65.59 23.89 -
YUV 167.06 92.41 38.8 -
System Red Green Blue C M Y K H S L
Decimal 42 243 104 0.83 0 0.57 0.05 138.51 0.89 0.56
Hex 2A F3 68 53 0 39 5 8B 59 38
Octal 52 363 150 123 0 71 5 213 131 70
Binary 101010 11110011 1101000 1010011 0 111001 101 10001011 1011001 111000

Color Harmonies of #2AF368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF368

Black with #2AF368

Text Example


Text Example

White with #2AF368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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