Html Css Color HEX #3AA93F Fruit Salad

📋 copy color: '#3AA93F'

red 58 ◦ green 169 ◦ blue 63

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

Shades of Fruit Salad #3AA93F

Tints of Fruit Salad #3AA93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 58.28%

 BLUE value IS 63 (25% from 255) = 21.72%

R = 20%
G = 58.28%
B = 21.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#3AA93F (or 0x3AA93F) is known color: Fruit Salad. HEX triplet: 3A, A9 and 3F. RGB value is (58,169,63). Sum of RGB (Red+Green+Blue) = 58+169+63=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA93F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA93F is #C556C0. Grayscale: #7C7C7C. Windows color (decimal): -12932801 or 4172090. OLE color: 4172090.

HSL color Cylindrical-coordinate representation of color #3AA93F: hue angle of 122.7º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AA93F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 169 63 -
CMYK 0.66 0 0.63 0.34
HSL 122.7º 0.49% 0.45% -
HSV(B) 122.7º 0.66% 0.66% -
XYZ 16.83 29.63 9.54 -
YUV 123.73 93.73 81.12 -
System Red Green Blue C M Y K H S L
Decimal 58 169 63 0.66 0 0.63 0.34 122.7 0.49 0.45
Hex 3A A9 3F 42 0 3F 22 7B 31 2D
Octal 72 251 77 102 0 77 42 173 61 55
Binary 111010 10101001 111111 1000010 0 111111 100010 1111011 110001 101101

Color Harmonies of #3AA93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA93F

Black with #3AA93F

Text Example


Text Example

White with #3AA93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,169,63); }

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

background-color css

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

 a { background-color: rgb(58,169,63); }

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

border-color css

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

 span { border-color: rgb(58,169,63); }

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