Html Css Color HEX #4AB23A Fruit Salad

📋 copy color: '#4AB23A'

red 74 ◦ green 178 ◦ blue 58

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

Shades of Fruit Salad #4AB23A

Tints of Fruit Salad #4AB23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 23.87%
G = 57.42%
B = 18.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#4AB23A (or 0x4AB23A) is known color: Fruit Salad. HEX triplet: 4A, B2 and 3A. RGB value is (74,178,58). Sum of RGB (Red+Green+Blue) = 74+178+58=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB23A is #B54DC5. Grayscale: #858585. Windows color (decimal): -11881926 or 3846730. OLE color: 3846730.

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

Color convert

RGB 74 178 58 -
CMYK 0.58 0 0.67 0.30
HSL 112º 0.51% 0.46% -
HSV(B) 112º 0.67% 0.7% -
XYZ 19.51 33.6 9.46 -
YUV 133.22 85.54 85.76 -
System Red Green Blue C M Y K H S L
Decimal 74 178 58 0.58 0 0.67 0.30 112 0.51 0.46
Hex 4A B2 3A 3A 0 43 1E 70 33 2E
Octal 112 262 72 72 0 103 36 160 63 56
Binary 1001010 10110010 111010 111010 0 1000011 11110 1110000 110011 101110

Color Harmonies of #4AB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB23A

Black with #4AB23A

Text Example


Text Example

White with #4AB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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