Html Css Color HEX #4AC04A Fruit Salad

📋 copy color: '#4AC04A'

red 74 ◦ green 192 ◦ blue 74

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

Shades of Fruit Salad #4AC04A

Tints of Fruit Salad #4AC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 21.76%
G = 56.47%
B = 21.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#4AC04A (or 0x4AC04A) is known color: Fruit Salad. HEX triplet: 4A, C0 and 4A. RGB value is (74,192,74). Sum of RGB (Red+Green+Blue) = 74+192+74=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC04A is #B53FB5. Grayscale: #8F8F8F. Windows color (decimal): -11878326 or 4898890. OLE color: 4898890.

HSL color Cylindrical-coordinate representation of color #4AC04A: hue angle of 120º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC04A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 74 -
CMYK 0.61 0 0.61 0.25
HSL 120º 0.48% 0.52% -
HSV(B) 120º 0.61% 0.75% -
XYZ 22.91 39.65 12.92 -
YUV 143.27 88.91 78.59 -
System Red Green Blue C M Y K H S L
Decimal 74 192 74 0.61 0 0.61 0.25 120 0.48 0.52
Hex 4A C0 4A 3D 0 3D 19 78 30 34
Octal 112 300 112 75 0 75 31 170 60 64
Binary 1001010 11000000 1001010 111101 0 111101 11001 1111000 110000 110100

Color Harmonies of #4AC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC04A

Black with #4AC04A

Text Example


Text Example

White with #4AC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,74); }

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

background-color css

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

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

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

border-color css

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

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

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