Html Css Color HEX #4AA256 Fruit Salad

📋 copy color: '#4AA256'

red 74 ◦ green 162 ◦ blue 86

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

Shades of Fruit Salad #4AA256

Tints of Fruit Salad #4AA256

RGB

 RED value IS 74 (29.3% from 255) = 22.98%

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 22.98%
G = 50.31%
B = 26.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#4AA256 (or 0x4AA256) is known color: Fruit Salad. HEX triplet: 4A, A2 and 56. RGB value is (74,162,86). Sum of RGB (Red+Green+Blue) = 74+162+86=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA256 is #B55DA9. Grayscale: #7F7F7F. Windows color (decimal): -11885994 or 5677642. OLE color: 5677642.

HSL color Cylindrical-coordinate representation of color #4AA256: hue angle of 128.18º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA256 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 162 86 -
CMYK 0.54 0 0.47 0.36
HSL 128.18º 0.37% 0.46% -
HSV(B) 128.18º 0.54% 0.64% -
XYZ 17.42 27.97 13.28 -
YUV 127.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 74 162 86 0.54 0 0.47 0.36 128.18 0.37 0.46
Hex 4A A2 56 36 0 2F 24 80 25 2E
Octal 112 242 126 66 0 57 44 200 45 56
Binary 1001010 10100010 1010110 110110 0 101111 100100 10000000 100101 101110

Color Harmonies of #4AA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA256

Black with #4AA256

Text Example


Text Example

White with #4AA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA256; }

 p { color: rgb(74,162,86); }

 H1.HeaderClassName
 {
   color: #4AA256;
 }
 .AnyTagClassName
 {
   color: #4AA256;
 }
</style>

background-color css

<style>
 a { background-color: #4AA256; }

 a { background-color: rgb(74,162,86); }

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

border-color css

<style>
 span { border-color: #4AA256; }

 span { border-color: rgb(74,162,86); }

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