Html Css Color HEX #4AA83C Fruit Salad

📋 copy color: '#4AA83C'

red 74 ◦ green 168 ◦ blue 60

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

Shades of Fruit Salad #4AA83C

Tints of Fruit Salad #4AA83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 24.5%
G = 55.63%
B = 19.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#4AA83C (or 0x4AA83C) is known color: Fruit Salad. HEX triplet: 4A, A8 and 3C. RGB value is (74,168,60). Sum of RGB (Red+Green+Blue) = 74+168+60=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA83C is #B557C3. Grayscale: #7F7F7F. Windows color (decimal): -11884484 or 3975242. OLE color: 3975242.

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

Color convert

RGB 74 168 60 -
CMYK 0.56 0 0.64 0.34
HSL 112.22º 0.47% 0.45% -
HSV(B) 112.22º 0.64% 0.66% -
XYZ 17.64 29.79 9.09 -
YUV 127.58 89.86 89.78 -
System Red Green Blue C M Y K H S L
Decimal 74 168 60 0.56 0 0.64 0.34 112.22 0.47 0.45
Hex 4A A8 3C 38 0 40 22 70 2F 2D
Octal 112 250 74 70 0 100 42 160 57 55
Binary 1001010 10101000 111100 111000 0 1000000 100010 1110000 101111 101101

Color Harmonies of #4AA83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA83C

Black with #4AA83C

Text Example


Text Example

White with #4AA83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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