#ACD694

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

Shades of Feijoa #ACD694

Tints of Feijoa #ACD694

Color information

#ACD694 (or 0xACD694) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 94. RGB value is (172,214,148). Sum of RGB (Red+Green+Blue) = 172+214+148=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD694 is #53296B. Grayscale: #C2C2C2. Windows color (decimal): -5450092 or 9754284. OLE color: 9754284.

HSL color Cylindrical-coordinate representation of color #ACD694: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD694 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB172214148-
CMYK0.2000.310.16
HSL98.18º44.59%70.98%-
HSV(B)98.18º30.84%83.92%-
XYZ46.415936.96-
YUV193.92102.09112.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=32.21%
G=40.07%
B=27.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141480.2000.310.1698.1844.5970.98
HexACD6941401F10622d47
Octal254326224240372014255107
Binary101011001101011010010100101000111111000011000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD694; }

 p { color: rgb(172,214,148); }

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

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

 a { background-color: rgb(172,214,148); }

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

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

 span { border-color: rgb(172,214,148); }

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