#ACD781

Color #ACD781 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACD781

Tints of Feijoa #ACD781

Color information

#ACD781 (or 0xACD781) is unknown color: approx Feijoa. HEX triplet: AC, D7 and 81. RGB value is (172,215,129). Sum of RGB (Red+Green+Blue) = 172+215+129=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD781 is #53287E. Grayscale: #C0C0C0. Windows color (decimal): -5449855 or 8509356. OLE color: 8509356.

HSL color Cylindrical-coordinate representation of color #ACD781: hue angle of 90º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD781 is Cyan = 0.2, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB172215129-
CMYK0.200.40.16
HSL90º51.81%67.45%-
HSV(B)90º40%84.31%-
XYZ45.2858.9629.76-
YUV192.3492.25113.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 129 (50.78% from 255) = 25%
R=33.33%
G=41.67%
B=25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151290.200.40.169051.8167.45
HexACD78114028105a3443
Octal254327201240502013264103
Binary1010110011010111100000011010001010001000010110101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD781; }

 p { color: rgb(172,215,129); }

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

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

 a { background-color: rgb(172,215,129); }

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

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

 span { border-color: rgb(172,215,129); }

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