Html Css Color HEX #4AB24A Fruit Salad

📋 copy color: '#4AB24A'

red 74 ◦ green 178 ◦ blue 74

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

Shades of Fruit Salad #4AB24A

Tints of Fruit Salad #4AB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

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

R = 22.7%
G = 54.6%
B = 22.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#4AB24A (or 0x4AB24A) is known color: Fruit Salad. HEX triplet: 4A, B2 and 4A. RGB value is (74,178,74). Sum of RGB (Red+Green+Blue) = 74+178+74=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB24A is #B54DB5. Grayscale: #878787. Windows color (decimal): -11881910 or 4895306. OLE color: 4895306.

HSL color Cylindrical-coordinate representation of color #4AB24A: hue angle of 120º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB24A is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 178 74 -
CMYK 0.58 0 0.58 0.30
HSL 120º 0.41% 0.49% -
HSV(B) 120º 0.58% 0.7% -
XYZ 19.98 33.79 11.95 -
YUV 135.05 93.54 84.46 -
System Red Green Blue C M Y K H S L
Decimal 74 178 74 0.58 0 0.58 0.30 120 0.41 0.49
Hex 4A B2 4A 3A 0 3A 1E 78 29 31
Octal 112 262 112 72 0 72 36 170 51 61
Binary 1001010 10110010 1001010 111010 0 111010 11110 1111000 101001 110001

Color Harmonies of #4AB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB24A

Black with #4AB24A

Text Example


Text Example

White with #4AB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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