Html Css Color HEX #2ACB5C Malachite

📋 copy color: '#2ACB5C'

red 42 ◦ green 203 ◦ blue 92

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

Shades of Malachite #2ACB5C

Tints of Malachite #2ACB5C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.24%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 12.46%
G = 60.24%
B = 27.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#2ACB5C (or 0x2ACB5C) is known color: Malachite. HEX triplet: 2A, CB and 5C. RGB value is (42,203,92). Sum of RGB (Red+Green+Blue) = 42+203+92=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB5C is #D534A3. Grayscale: #8E8E8E. Windows color (decimal): -13972644 or 6081322. OLE color: 6081322.

HSL color Cylindrical-coordinate representation of color #2ACB5C: hue angle of 138.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB5C is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 92 -
CMYK 0.79 0 0.55 0.20
HSL 138.63º 0.66% 0.48% -
HSV(B) 138.63º 0.79% 0.8% -
XYZ 24.24 43.98 17.34 -
YUV 142.21 99.66 56.53 -
System Red Green Blue C M Y K H S L
Decimal 42 203 92 0.79 0 0.55 0.20 138.63 0.66 0.48
Hex 2A CB 5C 4F 0 37 14 8B 42 30
Octal 52 313 134 117 0 67 24 213 102 60
Binary 101010 11001011 1011100 1001111 0 110111 10100 10001011 1000010 110000

Color Harmonies of #2ACB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB5C

Black with #2ACB5C

Text Example


Text Example

White with #2ACB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,203,92); }

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

background-color css

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

 a { background-color: rgb(42,203,92); }

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

border-color css

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

 span { border-color: rgb(42,203,92); }

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