Html Css Color HEX #2ACD95 Shamrock

📋 copy color: '#2ACD95'

red 42 ◦ green 205 ◦ blue 149

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

Shades of Shamrock #2ACD95

Tints of Shamrock #2ACD95

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.77%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 10.61%
G = 51.77%
B = 37.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#2ACD95 (or 0x2ACD95) is known color: Shamrock. HEX triplet: 2A, CD and 95. RGB value is (42,205,149). Sum of RGB (Red+Green+Blue) = 42+205+149=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACD95 is #D5326A. Grayscale: #959595. Windows color (decimal): -13972075 or 9817386. OLE color: 9817386.

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

Color convert

RGB 42 205 149 -
CMYK 0.80 0 0.27 0.20
HSL 159.39º 0.66% 0.48% -
HSV(B) 159.39º 0.8% 0.8% -
XYZ 28.21 46.32 35.89 -
YUV 149.88 127.5 51.05 -
System Red Green Blue C M Y K H S L
Decimal 42 205 149 0.80 0 0.27 0.20 159.39 0.66 0.48
Hex 2A CD 95 50 0 1B 14 9F 42 30
Octal 52 315 225 120 0 33 24 237 102 60
Binary 101010 11001101 10010101 1010000 0 11011 10100 10011111 1000010 110000

Color Harmonies of #2ACD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD95

Black with #2ACD95

Text Example


Text Example

White with #2ACD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,205,149); }

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

background-color css

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

 a { background-color: rgb(42,205,149); }

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

border-color css

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

 span { border-color: rgb(42,205,149); }

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