Html Css Color HEX #3ACD99 Shamrock

📋 copy color: '#3ACD99'

red 58 ◦ green 205 ◦ blue 153

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

Shades of Shamrock #3ACD99

Tints of Shamrock #3ACD99

RGB

 RED value IS 58 (23.05% from 255) = 13.94%

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

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 13.94%
G = 49.28%
B = 36.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#3ACD99 (or 0x3ACD99) is known color: Shamrock. HEX triplet: 3A, CD and 99. RGB value is (58,205,153). Sum of RGB (Red+Green+Blue) = 58+205+153=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACD99 is #C53266. Grayscale: #9B9B9B. Windows color (decimal): -12923495 or 10079546. OLE color: 10079546.

HSL color Cylindrical-coordinate representation of color #3ACD99: hue angle of 158.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD99 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 153 -
CMYK 0.72 0 0.25 0.20
HSL 158.78º 0.6% 0.52% -
HSV(B) 158.78º 0.72% 0.8% -
XYZ 29.33 46.86 37.64 -
YUV 155.12 126.8 58.73 -
System Red Green Blue C M Y K H S L
Decimal 58 205 153 0.72 0 0.25 0.20 158.78 0.6 0.52
Hex 3A CD 99 48 0 19 14 9F 3C 34
Octal 72 315 231 110 0 31 24 237 74 64
Binary 111010 11001101 10011001 1001000 0 11001 10100 10011111 111100 110100

Color Harmonies of #3ACD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD99

Black with #3ACD99

Text Example


Text Example

White with #3ACD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACD99; }

 p { color: rgb(58,205,153); }

 H1.HeaderClassName
 {
   color: #3ACD99;
 }
 .AnyTagClassName
 {
   color: #3ACD99;
 }
</style>

background-color css

<style>
 a { background-color: #3ACD99; }

 a { background-color: rgb(58,205,153); }

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

border-color css

<style>
 span { border-color: #3ACD99; }

 span { border-color: rgb(58,205,153); }

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