Html Css Color HEX #4AA945 Fruit Salad

📋 copy color: '#4AA945'

red 74 ◦ green 169 ◦ blue 69

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

Shades of Fruit Salad #4AA945

Tints of Fruit Salad #4AA945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.17%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 23.72%
G = 54.17%
B = 22.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#4AA945 (or 0x4AA945) is known color: Fruit Salad. HEX triplet: 4A, A9 and 45. RGB value is (74,169,69). Sum of RGB (Red+Green+Blue) = 74+169+69=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #4AA945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA945 is #B556BA. Grayscale: #818181. Windows color (decimal): -11884219 or 4565322. OLE color: 4565322.

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

Color convert

RGB 74 169 69 -
CMYK 0.56 0 0.59 0.34
HSL 117º 0.42% 0.47% -
HSV(B) 117º 0.59% 0.66% -
XYZ 18.09 30.26 10.52 -
YUV 129.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 74 169 69 0.56 0 0.59 0.34 117 0.42 0.47
Hex 4A A9 45 38 0 3B 22 75 2A 2F
Octal 112 251 105 70 0 73 42 165 52 57
Binary 1001010 10101001 1000101 111000 0 111011 100010 1110101 101010 101111

Color Harmonies of #4AA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA945

Black with #4AA945

Text Example


Text Example

White with #4AA945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,169,69); }

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

background-color css

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

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

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

border-color css

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

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

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