Html Css Color HEX #3AD68C Shamrock

📋 copy color: '#3AD68C'

red 58 ◦ green 214 ◦ blue 140

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

Shades of Shamrock #3AD68C

Tints of Shamrock #3AD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.94%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 14.08%
G = 51.94%
B = 33.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#3AD68C (or 0x3AD68C) is known color: Shamrock. HEX triplet: 3A, D6 and 8C. RGB value is (58,214,140). Sum of RGB (Red+Green+Blue) = 58+214+140=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD68C is #C52973. Grayscale: #9F9F9F. Windows color (decimal): -12921204 or 9229882. OLE color: 9229882.

HSL color Cylindrical-coordinate representation of color #3AD68C: hue angle of 151.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD68C is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 140 -
CMYK 0.73 0 0.35 0.16
HSL 151.54º 0.66% 0.53% -
HSV(B) 151.54º 0.73% 0.84% -
XYZ 30.53 50.89 33.02 -
YUV 158.92 117.32 56.02 -
System Red Green Blue C M Y K H S L
Decimal 58 214 140 0.73 0 0.35 0.16 151.54 0.66 0.53
Hex 3A D6 8C 49 0 23 10 98 42 35
Octal 72 326 214 111 0 43 20 230 102 65
Binary 111010 11010110 10001100 1001001 0 100011 10000 10011000 1000010 110101

Color Harmonies of #3AD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD68C

Black with #3AD68C

Text Example


Text Example

White with #3AD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,214,140); }

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

background-color css

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

 a { background-color: rgb(58,214,140); }

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

border-color css

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

 span { border-color: rgb(58,214,140); }

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