Html Css Color HEX #3AC150 Fruit Salad

📋 copy color: '#3AC150'

red 58 ◦ green 193 ◦ blue 80

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

Shades of Fruit Salad #3AC150

Tints of Fruit Salad #3AC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.31%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 17.52%
G = 58.31%
B = 24.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#3AC150 (or 0x3AC150) is known color: Fruit Salad. HEX triplet: 3A, C1 and 50. RGB value is (58,193,80). Sum of RGB (Red+Green+Blue) = 58+193+80=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC150 is #C53EAF. Grayscale: #8C8C8C. Windows color (decimal): -12926640 or 5292346. OLE color: 5292346.

HSL color Cylindrical-coordinate representation of color #3AC150: hue angle of 129.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC150 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 193 80 -
CMYK 0.70 0 0.59 0.24
HSL 129.78º 0.54% 0.49% -
HSV(B) 129.78º 0.7% 0.76% -
XYZ 22.26 39.62 14.06 -
YUV 139.75 94.27 69.69 -
System Red Green Blue C M Y K H S L
Decimal 58 193 80 0.70 0 0.59 0.24 129.78 0.54 0.49
Hex 3A C1 50 46 0 3B 18 82 36 31
Octal 72 301 120 106 0 73 30 202 66 61
Binary 111010 11000001 1010000 1000110 0 111011 11000 10000010 110110 110001

Color Harmonies of #3AC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC150

Black with #3AC150

Text Example


Text Example

White with #3AC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,193,80); }

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

background-color css

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

 a { background-color: rgb(58,193,80); }

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

border-color css

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

 span { border-color: rgb(58,193,80); }

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