Html Css Color HEX #40AA46 Fruit Salad

📋 copy color: '#40AA46'

red 64 ◦ green 170 ◦ blue 70

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

Shades of Fruit Salad #40AA46

Tints of Fruit Salad #40AA46

RGB

 RED value IS 64 (25.39% from 255) = 21.05%

 GREEN value IS 170 (66.8% from 255) = 55.92%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 21.05%
G = 55.92%
B = 23.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#40AA46 (or 0x40AA46) is known color: Fruit Salad. HEX triplet: 40, AA and 46. RGB value is (64,170,70). Sum of RGB (Red+Green+Blue) = 64+170+70=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA46 is #BF55B9. Grayscale: #7F7F7F. Windows color (decimal): -12539322 or 4631104. OLE color: 4631104.

HSL color Cylindrical-coordinate representation of color #40AA46: hue angle of 123.4º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA46 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 70 -
CMYK 0.62 0 0.59 0.33
HSL 123.4º 0.45% 0.46% -
HSV(B) 123.4º 0.62% 0.67% -
XYZ 17.59 30.28 10.71 -
YUV 126.91 95.88 83.13 -
System Red Green Blue C M Y K H S L
Decimal 64 170 70 0.62 0 0.59 0.33 123.4 0.45 0.46
Hex 40 AA 46 3E 0 3B 21 7B 2D 2E
Octal 100 252 106 76 0 73 41 173 55 56
Binary 1000000 10101010 1000110 111110 0 111011 100001 1111011 101101 101110

Color Harmonies of #40AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA46

Black with #40AA46

Text Example


Text Example

White with #40AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40AA46; }

 p { color: rgb(64,170,70); }

 H1.HeaderClassName
 {
   color: #40AA46;
 }
 .AnyTagClassName
 {
   color: #40AA46;
 }
</style>

background-color css

<style>
 a { background-color: #40AA46; }

 a { background-color: rgb(64,170,70); }

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

border-color css

<style>
 span { border-color: #40AA46; }

 span { border-color: rgb(64,170,70); }

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