Html Css Color HEX #3AB94C Fruit Salad

📋 copy color: '#3AB94C'

red 58 ◦ green 185 ◦ blue 76

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

Shades of Fruit Salad #3AB94C

Tints of Fruit Salad #3AB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.99%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 18.18%
G = 57.99%
B = 23.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#3AB94C (or 0x3AB94C) is known color: Fruit Salad. HEX triplet: 3A, B9 and 4C. RGB value is (58,185,76). Sum of RGB (Red+Green+Blue) = 58+185+76=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB94C is #C546B3. Grayscale: #868686. Windows color (decimal): -12928692 or 5028154. OLE color: 5028154.

HSL color Cylindrical-coordinate representation of color #3AB94C: hue angle of 128.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB94C is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 185 76 -
CMYK 0.69 0 0.59 0.27
HSL 128.5º 0.52% 0.48% -
HSV(B) 128.5º 0.69% 0.73% -
XYZ 20.4 36.12 12.73 -
YUV 134.6 94.92 73.36 -
System Red Green Blue C M Y K H S L
Decimal 58 185 76 0.69 0 0.59 0.27 128.5 0.52 0.48
Hex 3A B9 4C 45 0 3B 1B 81 34 30
Octal 72 271 114 105 0 73 33 201 64 60
Binary 111010 10111001 1001100 1000101 0 111011 11011 10000001 110100 110000

Color Harmonies of #3AB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB94C

Black with #3AB94C

Text Example


Text Example

White with #3AB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,185,76); }

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

background-color css

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

 a { background-color: rgb(58,185,76); }

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

border-color css

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

 span { border-color: rgb(58,185,76); }

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