Html Css Color HEX #3AE68C Shamrock

📋 copy color: '#3AE68C'

red 58 ◦ green 230 ◦ blue 140

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

Shades of Shamrock #3AE68C

Tints of Shamrock #3AE68C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

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

R = 13.55%
G = 53.74%
B = 32.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#3AE68C (or 0x3AE68C) is known color: Shamrock. HEX triplet: 3A, E6 and 8C. RGB value is (58,230,140). Sum of RGB (Red+Green+Blue) = 58+230+140=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #3AE68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AE68C is #C51973. Grayscale: #A8A8A8. Windows color (decimal): -12917108 or 9233978. OLE color: 9233978.

HSL color Cylindrical-coordinate representation of color #3AE68C: hue angle of 148.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE68C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 230 140 -
CMYK 0.75 0 0.39 0.10
HSL 148.6º 0.77% 0.56% -
HSV(B) 148.6º 0.75% 0.9% -
XYZ 34.78 59.39 34.44 -
YUV 168.31 112.02 49.32 -
System Red Green Blue C M Y K H S L
Decimal 58 230 140 0.75 0 0.39 0.10 148.6 0.77 0.56
Hex 3A E6 8C 4B 0 27 A 95 4D 38
Octal 72 346 214 113 0 47 12 225 115 70
Binary 111010 11100110 10001100 1001011 0 100111 1010 10010101 1001101 111000

Color Harmonies of #3AE68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE68C

Black with #3AE68C

Text Example


Text Example

White with #3AE68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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