Html Css Color HEX #4AA858 Fruit Salad

📋 copy color: '#4AA858'

red 74 ◦ green 168 ◦ blue 88

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

Shades of Fruit Salad #4AA858

Tints of Fruit Salad #4AA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.91%

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 22.42%
G = 50.91%
B = 26.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#4AA858 (or 0x4AA858) is known color: Fruit Salad. HEX triplet: 4A, A8 and 58. RGB value is (74,168,88). Sum of RGB (Red+Green+Blue) = 74+168+88=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA858 is #B557A7. Grayscale: #838383. Windows color (decimal): -11884456 or 5810250. OLE color: 5810250.

HSL color Cylindrical-coordinate representation of color #4AA858: hue angle of 128.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA858 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 74 168 88 -
CMYK 0.56 0 0.48 0.34
HSL 128.94º 0.39% 0.47% -
HSV(B) 128.94º 0.56% 0.66% -
XYZ 18.59 30.17 14.08 -
YUV 130.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 74 168 88 0.56 0 0.48 0.34 128.94 0.39 0.47
Hex 4A A8 58 38 0 30 22 81 27 2F
Octal 112 250 130 70 0 60 42 201 47 57
Binary 1001010 10101000 1011000 111000 0 110000 100010 10000001 100111 101111

Color Harmonies of #4AA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA858

Black with #4AA858

Text Example


Text Example

White with #4AA858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,168,88); }

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

background-color css

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

 a { background-color: rgb(74,168,88); }

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

border-color css

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

 span { border-color: rgb(74,168,88); }

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