#42AC4A

Color #42AC4A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #42AC4A

Tints of Fruit Salad #42AC4A

Color information

#42AC4A (or 0x42AC4A) is unknown color: approx Fruit Salad. HEX triplet: 42, AC and 4A. RGB value is (66,172,74). Sum of RGB (Red+Green+Blue) = 66+172+74=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC4A is #BD53B5. Grayscale: #818181. Windows color (decimal): -12407734 or 4893762. OLE color: 4893762.

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

Color convert

RGB6617274-
CMYK0.6200.570.33
HSL124.53º44.54%46.67%-
HSV(B)124.53º61.63%67.45%-
XYZ18.2431.1611.53-
YUV129.1396.8882.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 172 (67.58% from 255) = 55.13%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=21.15%
G=55.13%
B=23.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172740.6200.570.33124.5344.5446.67
Hex42AC4A3E039217d2d2f
Octal10225411276071411755557
Binary100001010101100100101011111001110011000011111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AC4A; }

 p { color: rgb(66,172,74); }

 H1.HeaderClassName
 {
   color: #42AC4A;
 }
 .AnyTagClassName
 {
   color: #42AC4A;
 }
</style>
background-color css

<style>
 a { background-color: #42AC4A; }

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

 div.DivClassName
 {
   background-color: #42AC4A;
 }
 .BgClassName
 {
   background-color: #42AC4A;
 }
</style>
border-color css

<style>
 span { border-color: #42AC4A; }

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

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