Html Css Color HEX #46AB46 Fruit Salad

📋 copy color: '#46AB46'

red 70 ◦ green 171 ◦ blue 70

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

Shades of Fruit Salad #46AB46

Tints of Fruit Salad #46AB46

RGB

 RED value IS 70 (27.73% from 255) = 22.51%

 GREEN value IS 171 (67.19% from 255) = 54.98%

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

R = 22.51%
G = 54.98%
B = 22.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#46AB46 (or 0x46AB46) is known color: Fruit Salad. HEX triplet: 46, AB and 46. RGB value is (70,171,70). Sum of RGB (Red+Green+Blue) = 70+171+70=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AB46 is #B954B9. Grayscale: #818181. Windows color (decimal): -12145850 or 4631366. OLE color: 4631366.

HSL color Cylindrical-coordinate representation of color #46AB46: hue angle of 120º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AB46 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 171 70 -
CMYK 0.59 0 0.59 0.33
HSL 120º 0.42% 0.47% -
HSV(B) 120º 0.59% 0.67% -
XYZ 18.19 30.87 10.79 -
YUV 129.29 94.54 85.71 -
System Red Green Blue C M Y K H S L
Decimal 70 171 70 0.59 0 0.59 0.33 120 0.42 0.47
Hex 46 AB 46 3B 0 3B 21 78 2A 2F
Octal 106 253 106 73 0 73 41 170 52 57
Binary 1000110 10101011 1000110 111011 0 111011 100001 1111000 101010 101111

Color Harmonies of #46AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AB46

Black with #46AB46

Text Example


Text Example

White with #46AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46AB46; }

 p { color: rgb(70,171,70); }

 H1.HeaderClassName
 {
   color: #46AB46;
 }
 .AnyTagClassName
 {
   color: #46AB46;
 }
</style>

background-color css

<style>
 a { background-color: #46AB46; }

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

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

border-color css

<style>
 span { border-color: #46AB46; }

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

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